diff --git a/build.sbt b/build.sbt index 0e75a92..a1b935d 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val client = (project in file("client")) (Compile / fastOptJS / artifactPath) := (ThisBuild / baseDirectory).value / "static" / "js" / "client.js", (Compile / fullOptJS / artifactPath) := (ThisBuild / baseDirectory).value / "static" / "js" / "client.js", libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "1.2.0", + "org.scala-js" %%% "scalajs-dom" % "2.6.0", "co.fs2" %%% "fs2-core" % "2.5.9", "io.circe" %%% "circe-generic" % "0.14.1", "io.circe" %%% "circe-parser" % "0.14.1",