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 14b0e6d commit c4a1e07Copy full SHA for c4a1e07
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % specs2Core.revision
6
val specs2Cats = "org.specs2" %% "specs2-cats" % specs2Core.revision
7
val specs2CatsEffect = "org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0"
8
- val catsCore = "org.typelevel" %% "cats-core" % "2.11.0"
+ val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
9
val catsLaws = "org.typelevel" %% "cats-core" % catsCore.revision
10
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
11
val catsEffectLaws = "org.typelevel" %% "cats-effect-laws" % catsEffect.revision
0 commit comments