Skip to content

Commit 4cfc0f4

Browse files
committed
Disable MiMa for scala native
1 parent 5486a22 commit 4cfc0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
8989
)
9090
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
9191
.nativeSettings(
92+
scalaModuleMimaPreviousVersion := None, // https://github.com/scala/scala-parser-combinators/pull/381
9293
compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),
9394
test := {},
9495
libraryDependencies := {

0 commit comments

Comments
 (0)