Skip to content

Commit d51a3ef

Browse files
committed
Update Scala.js to 1.0.0-M6
1 parent bd764f0 commit d51a3ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ env:
3030
# The empty SCALAJS_VERSION will only compile for the JVM
3131
- SCALAJS_VERSION=
3232
- SCALAJS_VERSION=0.6.25
33-
- SCALAJS_VERSION=1.0.0-M5
33+
- SCALAJS_VERSION=1.0.0-M6
3434

3535
matrix:
3636
exclude:
3737
- jdk: openjdk11
3838
env: SCALAJS_VERSION=0.6.25
3939
- jdk: openjdk11
40-
env: SCALAJS_VERSION=1.0.0-M5
40+
env: SCALAJS_VERSION=1.0.0-M6
4141
- scala: 2.11.12
42-
env: SCALAJS_VERSION=1.0.0-M5
42+
env: SCALAJS_VERSION=1.0.0-M6
4343
- scala: 2.11.12
4444
jdk: oraclejdk8
4545
- scala: 2.11.12

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ val scalaJSVersion =
99
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.25")
1010

1111
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
12-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
12+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
1313
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")

0 commit comments

Comments
 (0)