Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.5.0 (scala#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 22, 2021
1 parent 88b0188 commit e346f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scala:

env:
- ADOPTOPENJDK=8 SCALAJS_VERSION=
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.4.0
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.5.0
- ADOPTOPENJDK=11 SCALAJS_VERSION=

install:
Expand Down
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")).filter(_.nonEmpty).getOrElse("1.4.0")
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.5.0")

addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")

Expand Down

0 comments on commit e346f25

Please sign in to comment.