We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfbf11 commit fd207c0Copy full SHA for fd207c0
build.sbt
@@ -9,7 +9,7 @@ val scala2_13 = "2.13.6"
9
val scala2 = List(scala2_11, scala2_12, scala2_13)
10
val scala3 = List("3.1.0")
11
12
-val sttpModelVersion = "1.4.15"
+val sttpModelVersion = "1.4.16"
13
14
val scalaTestVersion = "3.2.10"
15
val zioVersion = "1.0.12"
@@ -58,7 +58,7 @@ val commonJsSettings = commonSettings ++ Seq(
58
}
59
},
60
libraryDependencies ++= Seq(
61
- ("org.scala-js" %%% "scalajs-dom" % "1.2.0").cross(CrossVersion.for3Use2_13)
+ "org.scala-js" %%% "scalajs-dom" % "2.0.0"
62
)
63
64
0 commit comments