Skip to content

Commit

Permalink
set tlVersionIntroduced to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satorg committed Apr 20, 2024
1 parent 68f527b commit 0ae5119
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
}
)
.nativeSettings(
tlVersionIntroduced := Map(
"2.12" -> "1.1.3",
"2.13" -> "1.1.3",
"3" -> "1.5.0"
)
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.7.0").toMap
)

0 comments on commit 0ae5119

Please sign in to comment.