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

Commit

Permalink
Merge pull request #161 from scala-steward/update/sbt-scalajs-1.4.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.4.0
  • Loading branch information
cquiroz authored Jan 12, 2021
2 parents a88d564 + 3f44a9c commit 1e40783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scalaJSVersion =
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.3.1")
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.4.0")

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

Expand Down

0 comments on commit 1e40783

Please sign in to comment.