From 8a5f05c887ab53f474178be4d27a71be5088635f Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sat, 29 Mar 2025 21:17:00 +0000 Subject: [PATCH] Update scalajs-dom to 2.8.0 in main --- HtmlMountPoint/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HtmlMountPoint/build.sbt b/HtmlMountPoint/build.sbt index 1d028b0..137fb9f 100644 --- a/HtmlMountPoint/build.sbt +++ b/HtmlMountPoint/build.sbt @@ -11,7 +11,7 @@ libraryDependencies += { } libraryDependencies += { if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector(">=1"))) { - "org.scala-js" %%% "scalajs-dom" % "2.4.0" + "org.scala-js" %%% "scalajs-dom" % "2.8.0" } else { "org.scala-js" %%% "scalajs-dom" % "1.2.0" }