Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 5, 2020
1 parent 84bf6ee commit 3e5277b
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 @@ -11,7 +11,7 @@ scala:

env:
- ADOPTOPENJDK=8 SCALAJS_VERSION=
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0-M8
- ADOPTOPENJDK=11 SCALAJS_VERSION=

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("0.6.32")
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.0.0")

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

0 comments on commit 3e5277b

Please sign in to comment.