We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486a22 commit 4cfc0f4Copy full SHA for 4cfc0f4
build.sbt
@@ -89,6 +89,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
89
)
90
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
91
.nativeSettings(
92
+ scalaModuleMimaPreviousVersion := None, // https://github.com/scala/scala-parser-combinators/pull/381
93
compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),
94
test := {},
95
libraryDependencies := {
0 commit comments