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 690823a + 8a5f05c commit 1eb564eCopy full SHA for 1eb564e
HtmlMountPoint/build.sbt
@@ -11,7 +11,7 @@ libraryDependencies += {
11
}
12
libraryDependencies += {
13
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector(">=1"))) {
14
- "org.scala-js" %%% "scalajs-dom" % "2.4.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.8.0"
15
} else {
16
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
17
0 commit comments