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 eec67ca commit ac75cbaCopy full SHA for ac75cba
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.8.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.8.1"
15
} else {
16
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
17
0 commit comments