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 5ff1319 commit 2fb7b25Copy full SHA for 2fb7b25
build.sbt
@@ -58,7 +58,7 @@ val commonJsSettings = commonSettings ++ Seq(
58
}
59
},
60
libraryDependencies ++= Seq(
61
- ("org.scala-js" %%% "scalajs-dom" % "1.1.0").cross(CrossVersion.for3Use2_13)
+ ("org.scala-js" %%% "scalajs-dom" % "1.2.0").cross(CrossVersion.for3Use2_13)
62
)
63
64
0 commit comments