Skip to content

Commit 3e05747

Browse files
authored
Update scala version for Scala.js to 3.7.0 (#131)
1 parent 539d1e2 commit 3e05747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val root =
4545
)
4646
.jsSettings(
4747
Seq(
48-
scalaVersion := "3.7.1-RC1-bin-20250425-fb6cc9b-NIGHTLY",
48+
scalaVersion := "3.7.0",
4949
// Emit ES modules with the Wasm backend
5050
scalaJSLinkerConfig := {
5151
scalaJSLinkerConfig.value

0 commit comments

Comments
 (0)