Skip to content

Commit cd42547

Browse files
committed
Break bincompat on native since we update to 0.5 from 0.4
1 parent 47a73eb commit cd42547

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
@@ -60,7 +60,7 @@ lazy val `java-time-literals` = crossProject(JSPlatform, JVMPlatform, NativePlat
6060
Test / scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) },
6161
)
6262
.nativeSettings(
63-
tlVersionIntroduced := Map("2.12" -> "1.1.1", "2.13" -> "1.1.1", "3" -> "1.1.1"),
63+
tlVersionIntroduced := Map("2.12" -> "1.2.0", "2.13" -> "1.2.0", "3" -> "1.2.0"),
6464
)
6565

6666
lazy val `java-time-literals-root` = tlCrossRootProject

0 commit comments

Comments
 (0)