Skip to content

Commit f61360e

Browse files
committed
fix tlVersionIntroduced for Scala 3
1 parent 674da2e commit f61360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3434
)
3535
)
3636
.nativeSettings(
37-
tlVersionIntroduced := List("2.12", "2.13", "3.3").map(_ -> "2.2.0").toMap
37+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "2.2.0").toMap
3838
)

0 commit comments

Comments
 (0)