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