We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674da2e commit f61360eCopy full SHA for f61360e
build.sbt
@@ -34,5 +34,5 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
34
)
35
36
.nativeSettings(
37
- tlVersionIntroduced := List("2.12", "2.13", "3.3").map(_ -> "2.2.0").toMap
+ tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "2.2.0").toMap
38
0 commit comments