Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.5.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 16, 2021
1 parent 0e84593 commit 9dfc267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ workflows:
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.13
scalajs_version: 1.4.0
scalajs_version: 1.5.0
- scalajs_job:
name: sjs1.0_2.13
scala_version: 2.13.4
scalajs_version: 1.4.0
scalajs_version: 1.5.0
- scalanative_job:
name: native0.4_2.12
scala_version: 2.12.13
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scala:

env:
- SCALAJS_VERSION= ADOPTOPENJDK=8
- SCALAJS_VERSION=1.4.0 ADOPTOPENJDK=8
- SCALAJS_VERSION=1.5.0 ADOPTOPENJDK=8
- SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
- SCALAJS_VERSION= ADOPTOPENJDK=11
- SCALAJS_VERSION= ADOPTOPENJDK=15
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")

val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
Expand Down

0 comments on commit 9dfc267

Please sign in to comment.