Skip to content

Commit eedffec

Browse files
committed
Add hardcoded exclusion
1 parent 07d067d commit eedffec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
161161
}
162162
)
163163
.jsSettings(
164+
crossScalaVersions -= "0.22.0-RC1",
164165
// Scala.js cannot run forked tests
165166
fork in Test := false
166167
)

0 commit comments

Comments
 (0)