Skip to content

Commit 60093cb

Browse files
committed
Update scala-js versions
1 parent 4a13a9d commit 60093cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ env:
2121
matrix:
2222
# The empty SCALAJS_VERSION will only compile for the JVM
2323
- SCALAJS_VERSION=
24-
- SCALAJS_VERSION=0.6.26
25-
- SCALAJS_VERSION=1.0.0-M6
24+
- SCALAJS_VERSION=0.6.27
25+
- SCALAJS_VERSION=1.0.0-M7
2626

2727
script: admin/build.sh
2828

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
1414
settings(
1515
name := "scala-parser-combinators",
1616
version := "1.1.2-SNAPSHOT",
17-
mimaPreviousVersion := Some("1.1.0").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M6"),
17+
mimaPreviousVersion := Some("1.1.0").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M7"),
1818

1919
apiMappings += (scalaInstance.value.libraryJar ->
2020
url(s"https://www.scala-lang.org/api/${scalaVersion.value}/")),

0 commit comments

Comments
 (0)