We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e988aa commit ac27bdcCopy full SHA for ac27bdc
1 file changed
build.sbt
@@ -47,7 +47,7 @@ lazy val lib = crossProject(JSPlatform, JVMPlatform, NativePlatform)
47
libraryDependencies += ("org.scalameta" %%% "munit" % "1.0.0-M4") % Test
48
)
49
.nativeSettings(
50
- crossScalaVersions := Seq(scala213 /*, scala3*/ ),
+ crossScalaVersions := Seq(scala213, scala3),
51
libraryDependencies ++=
52
Seq(
53
"org.scalameta" %%% "munit" % "1.0.0-M4" % Test
0 commit comments