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

Commit 1e40783

Browse files
authored
Merge pull request #161 from scala-steward/update/sbt-scalajs-1.4.0
Update sbt-scalajs, scalajs-compiler, ... to 1.4.0
2 parents a88d564 + 3f44a9c commit 1e40783

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

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

0 commit comments

Comments
 (0)