Skip to content

Commit 742b74c

Browse files
committed
Set mimaPreviousVersion to None
1 parent 56561d7 commit 742b74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.0-SNAPSHOT",
17-
mimaPreviousVersion := Some("1.1.2").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M7"),
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)