We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mimaPreviousVersion
None
1 parent 56561d7 commit 742b74cCopy full SHA for 742b74c
build.sbt
@@ -14,7 +14,7 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
14
settings(
15
name := "scala-parser-combinators",
16
version := "1.2.0-SNAPSHOT",
17
- mimaPreviousVersion := Some("1.1.2").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M7"),
+ mimaPreviousVersion := None,
18
19
apiMappings += (scalaInstance.value.libraryJar ->
20
url(s"https://www.scala-lang.org/api/${scalaVersion.value}/")),
0 commit comments