From f0788780e5be966910570af6b5c37cb404ea5ca6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 May 2023 18:20:11 +0000 Subject: [PATCH] Update scalajs-dom to 2.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",