Skip to content

Commit

Permalink
Reset tlVersionIntroduced for Scala Native 0.5
Browse files Browse the repository at this point in the history
Trying to follow the approach taken in
typelevel/cats#4585
  • Loading branch information
valencik committed Jul 31, 2024
1 parent 22528f8 commit 0501613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.nativeSettings(
crossScalaVersions := (ThisBuild / crossScalaVersions).value.filterNot(_.startsWith("2.11")),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.3.8").toMap,
// cats-parse 1.0.1 switches to Scala Native 0.5, reset tlVersionIntroduced
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.0.1").toMap,
coverageEnabled := false
)

Expand Down

0 comments on commit 0501613

Please sign in to comment.