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

Commit 107d6b2

Browse files
authored
Merge pull request #110 from scala-steward/update/sbt-scalajs-1.1.1
Update sbt-scalajs, scalajs-compiler to 1.1.1
2 parents 03d5739 + aad60a3 commit 107d6b2

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

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

0 commit comments

Comments
 (0)