Skip to content

Commit 270e9cd

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1919
scalacOptions in Test += "-Xxml:coalescing",
2020

2121
mimaPreviousVersion := {
22-
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M5") None // No such release yet
22+
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M6") None // No such release yet
2323
else Some("1.1.1")
2424
},
2525

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
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)