We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2775891 commit c4b81a9Copy full SHA for c4b81a9
build.sbt
@@ -40,6 +40,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
40
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
41
)
42
.jsSettings(
43
+ crossScalaVersions -= "0.22.0-RC1",
44
// Scala.js cannot run forked tests
45
fork in Test := false
46
0 commit comments