Skip to content

Commit 8a24579

Browse files
committed
wip
1 parent 5b52ff3 commit 8a24579

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
@@ -126,6 +126,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
126126
}),
127127
)
128128
.jsSettings(
129+
crossScalaVersions := Seq("2.13.6", "2.12.15", "3.0.2"),
129130
// Scala.js cannot run forked tests
130131
Test / fork := false
131132
)

0 commit comments

Comments
 (0)