We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa6e1 commit bcdf9bdCopy full SHA for bcdf9bd
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.3.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.4.0"
15
} else {
16
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
17
0 commit comments