Skip to content

Commit

Permalink
Disable MiMa for scala native
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed May 13, 2021
1 parent 5486a22 commit 4cfc0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
)
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
.nativeSettings(
scalaModuleMimaPreviousVersion := None, // https://github.com/scala/scala-parser-combinators/pull/381
compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),
test := {},
libraryDependencies := {
Expand Down

0 comments on commit 4cfc0f4

Please sign in to comment.