Skip to content

Commit 54e95cc

Browse files
committed
Update sbt-scalajs, scalajs-compiler, ... to 1.12.0
1 parent 8a2454a commit 54e95cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.11.0")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.12.0")
33

44
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
55

0 commit comments

Comments
 (0)