Skip to content

Commit

Permalink
Merge pull request #4606 from mpilquist/topic/bump-base-version-to-2.12
Browse files Browse the repository at this point in the history
Bump base version to 2.12
  • Loading branch information
mpilquist authored May 28, 2024
2 parents a1fab57 + b1e340d commit 502e4b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "2.11"
ThisBuild / tlBaseVersion := "2.12"

val scalaCheckVersion = "1.18.0"

Expand Down Expand Up @@ -66,9 +66,9 @@ lazy val commonJsSettings = Seq(

Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1)

// Cats 2.11.0 switches to Scala Native 0.5.
// Therefore `tlVersionIntroduced` should be reset to 2.11.0 for all scala versions in all native cross-projects.
val commonNativeTlVersionIntroduced = List("2.12", "2.13", "3").map(_ -> "2.11.0").toMap
// Cats 2.12.0 switches to Scala Native 0.5.
// Therefore `tlVersionIntroduced` should be reset to 2.12.0 for all scala versions in all native cross-projects.
val commonNativeTlVersionIntroduced = List("2.12", "2.13", "3").map(_ -> "2.12.0").toMap

lazy val commonNativeSettings = Seq[Setting[?]](
doctestGenTests := Seq.empty,
Expand Down

0 comments on commit 502e4b8

Please sign in to comment.