Skip to content

Commit

Permalink
Update scalajs-compiler to 0.6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and fdietze committed Feb 2, 2020
1 parent c0a3128 commit d4a0878
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 @@ -10,7 +10,7 @@ jdk:
- openjdk11

env:
- SCALAJS_VERSION=0.6.31
- SCALAJS_VERSION=0.6.32
# - SCALAJS_VERSION=1.0.0-M8

script:
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://www.scala-js.org/news/2018/02/01/announcing-scalajs-1.0.0-M3/#cross-building-for-scalajs-06x-and-1x
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.31")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.32")

// https://github.com/portable-scala/sbt-crossproject
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
Expand Down

0 comments on commit d4a0878

Please sign in to comment.