Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Aug 4, 2021
1 parent 9dd06d8 commit 06e8a20
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 @@ -141,11 +141,11 @@ workflows:
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.14
scalajs_version: 1.6.0
scalajs_version: 1.7.0
- scalajs_job:
name: sjs1.0_2.13
scala_version: 2.13.6
scalajs_version: 1.6.0
scalajs_version: 1.7.0
- scalanative_job:
name: native0.4_2.12
scala_version: 2.12.14
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scala:

env:
- SCALAJS_VERSION= ADOPTOPENJDK=8
- SCALAJS_VERSION=1.6.0 ADOPTOPENJDK=8
- SCALAJS_VERSION=1.7.0 ADOPTOPENJDK=8
- SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
- SCALAJS_VERSION= ADOPTOPENJDK=11
- SCALAJS_VERSION= ADOPTOPENJDK=17
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.6.0")
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.7.0")

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

0 comments on commit 06e8a20

Please sign in to comment.