We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4e6c6 commit 2461517Copy full SHA for 2461517
build.sbt
@@ -87,7 +87,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
87
// Scala.js cannot run forked tests
88
Test / fork := false
89
)
90
- .jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
+ .jsEnablePlugins(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"),
0 commit comments