We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f679286 commit bfc8613Copy full SHA for bfc8613
build.sbt
@@ -27,7 +27,7 @@ lazy val commonNativeSettings = Seq(
27
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
28
)
29
30
-val CatsVersion = "2.10.0"
+val CatsVersion = "2.11.0"
31
32
lazy val root = tlCrossRootProject.aggregate(core, laws, tests, unidocs)
33
0 commit comments