Skip to content

Commit a2f30b8

Browse files
committed
Revert "no previous M2 artifact to compare against"
This reverts commit 8dbc9b0.
1 parent 8dbc9b0 commit a2f30b8

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
@@ -23,7 +23,7 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
2323
settings(
2424
name := "scala-parser-combinators",
2525
version := "1.0.7-SNAPSHOT",
26-
mimaPreviousVersion := None, // Some("1.0.5"),
26+
mimaPreviousVersion := Some("1.0.5"),
2727

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

0 commit comments

Comments
 (0)