Skip to content

Commit

Permalink
Tweak tlVersionIntroduced for Native
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jun 1, 2024
1 parent 1be74a8 commit 986ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
tlVersionIntroduced := Map("3" -> "1.0.13")
)
.nativeSettings(
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.2.0").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
)

lazy val docs = project
Expand Down

0 comments on commit 986ce6b

Please sign in to comment.