Skip to content

Commit c4b81a9

Browse files
committed
Add hardcoded exclusion
1 parent 2775891 commit c4b81a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
4040
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
4141
)
4242
.jsSettings(
43+
crossScalaVersions -= "0.22.0-RC1",
4344
// Scala.js cannot run forked tests
4445
fork in Test := false
4546
)

0 commit comments

Comments
 (0)