Skip to content

Commit cca27c7

Browse files
committed
Update scalajs-dom to 2.8.0 in Atry-patch-1
1 parent e1d6077 commit cca27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HtmlMountPoint/build.sbt

Lines changed: 1 addition & 1 deletion
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.4.0"
14+
"org.scala-js" %%% "scalajs-dom" % "2.8.0"
1515
} else {
1616
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
1717
}

0 commit comments

Comments
 (0)