File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ThisBuild / tlBaseVersion := " 2.11 "
1
+ ThisBuild / tlBaseVersion := " 2.12 "
2
2
3
3
val scalaCheckVersion = " 1.18.0"
4
4
@@ -66,9 +66,9 @@ lazy val commonJsSettings = Seq(
66
66
67
67
Global / concurrentRestrictions += Tags .limit(NativeTags .Link , 1 )
68
68
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
72
72
73
73
lazy val commonNativeSettings = Seq [Setting [? ]](
74
74
doctestGenTests := Seq .empty,
You can’t perform that action at this time.
0 commit comments