Skip to content

Commit

Permalink
Merge pull request #397 from scala-steward/update/cats-core-2.13.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.13.0
  • Loading branch information
ornicar authored Jan 23, 2025
2 parents aa7f888 + 7d65d15 commit b64b783
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 @@ -18,7 +18,7 @@ object Dependencies {

val chess = "org.lichess" %% "scalachess" % V.chess

val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect

val circeCore = circe("core")
Expand Down

0 comments on commit b64b783

Please sign in to comment.