Skip to content

Commit

Permalink
Update cats-core to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Jan 21, 2025
1 parent 82eb3c0 commit e93ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % specs2Core.revision
val specs2Cats = "org.specs2" %% "specs2-cats" % specs2Core.revision
val specs2CatsEffect = "org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
val catsLaws = "org.typelevel" %% "cats-core" % catsCore.revision
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsEffectLaws = "org.typelevel" %% "cats-effect-laws" % catsEffect.revision
Expand Down

0 comments on commit e93ff09

Please sign in to comment.