Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.6.0 (scala#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 8, 2021
1 parent bcb00ff commit f2c614f
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.5.1
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.6.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.5.1")
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.6.0")

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

Expand Down

0 comments on commit f2c614f

Please sign in to comment.