Skip to content

Commit bcdf9bd

Browse files
authored
Update scalajs-dom to 2.4.0 in main (#7)
1 parent 6dfa6e1 commit bcdf9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HtmlMountPoint/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraryDependencies += {
1111
}
1212
libraryDependencies += {
1313
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector(">=1"))) {
14-
"org.scala-js" %%% "scalajs-dom" % "2.3.0"
14+
"org.scala-js" %%% "scalajs-dom" % "2.4.0"
1515
} else {
1616
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
1717
}

0 commit comments

Comments
 (0)