Skip to content

Commit ac27bdc

Browse files
committed
support scala 3 x scala native :)
1 parent 1e988aa commit ac27bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lazy val lib = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4747
libraryDependencies += ("org.scalameta" %%% "munit" % "1.0.0-M4") % Test
4848
)
4949
.nativeSettings(
50-
crossScalaVersions := Seq(scala213 /*, scala3*/ ),
50+
crossScalaVersions := Seq(scala213, scala3),
5151
libraryDependencies ++=
5252
Seq(
5353
"org.scalameta" %%% "munit" % "1.0.0-M4" % Test

0 commit comments

Comments
 (0)