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.
2 parents 5ff1319 + 2fb7b25 commit 75c6f7dCopy full SHA for 75c6f7d
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