Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit aa3813c

Browse files
authored
Merge pull request #124 from scala-steward/update/sbt-scalajs-1.2.0
Update sbt-scalajs, scalajs-compiler to 1.2.0
2 parents 0b46980 + debcb6c commit aa3813c

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.1.1")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.2.0")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55

0 commit comments

Comments
 (0)