Skip to content

Commit 4bcdc4d

Browse files
authored
Merge pull request scala#199 from Philippus/update-versions
Update version numbers
2 parents ed62f84 + 742b74c commit 4bcdc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
1313
jvmSettings(scalaModuleSettingsJVM).
1414
settings(
1515
name := "scala-parser-combinators",
16-
version := "1.1.2-SNAPSHOT",
17-
mimaPreviousVersion := Some("1.1.0").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M7"),
16+
version := "1.2.0-SNAPSHOT",
17+
mimaPreviousVersion := None,
1818

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

0 commit comments

Comments
 (0)