Skip to content

Commit 502e4b8

Browse files
authored
Merge pull request #4606 from mpilquist/topic/bump-base-version-to-2.12
Bump base version to 2.12
2 parents a1fab57 + b1e340d commit 502e4b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / tlBaseVersion := "2.11"
1+
ThisBuild / tlBaseVersion := "2.12"
22

33
val scalaCheckVersion = "1.18.0"
44

@@ -66,9 +66,9 @@ lazy val commonJsSettings = Seq(
6666

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

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

7373
lazy val commonNativeSettings = Seq[Setting[?]](
7474
doctestGenTests := Seq.empty,

0 commit comments

Comments
 (0)