Skip to content

Commit 242cf9e

Browse files
committed
bump Scala.js versions for RC1
1 parent cf34171 commit 242cf9e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ env:
2929
matrix:
3030
# The empty SCALAJS_VERSION will only compile for the JVM
3131
- SCALAJS_VERSION=
32-
- SCALAJS_VERSION=0.6.26
33-
- SCALAJS_VERSION=1.0.0-M6
32+
- SCALAJS_VERSION=0.6.27
33+
- SCALAJS_VERSION=1.0.0-M7
3434

3535
matrix:
3636
exclude:
3737
- jdk: openjdk11
38-
env: SCALAJS_VERSION=0.6.26
38+
env: SCALAJS_VERSION=0.6.27
3939
- jdk: openjdk11
40-
env: SCALAJS_VERSION=1.0.0-M6
40+
env: SCALAJS_VERSION=1.0.0-M7
4141
- scala: 2.11.12
42-
env: SCALAJS_VERSION=1.0.0-M6
42+
env: SCALAJS_VERSION=1.0.0-M7
4343
- scala: 2.11.12
4444
jdk: oraclejdk8
4545
- scala: 2.11.12

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2929
)
3030
},
3131
mimaPreviousVersion := {
32-
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M6") None // No such release yet
32+
if (System.getenv("SCALAJS_VERSION") == "1.0.0-M7") None // No such release yet
3333
else Some("1.1.1")
3434
},
3535

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else
66
Seq(addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3"))
77

88
val scalaJSVersion =
9-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.26")
9+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.27")
1010

1111
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")

0 commit comments

Comments
 (0)