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
scala-steward committed Jan 22, 2025
1 parent 1445a02 commit 3c89988
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 @@ -11,7 +11,7 @@ object Dependencies {
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.2.1"

object Cats {
private val version = "2.10.0"
private val version = "2.13.0"
private val effectVersion = "3.4.11"
val core = "org.typelevel" %% "cats-core" % version
val mtl = "org.typelevel" %% "cats-mtl" % "1.3.1"
Expand Down

0 comments on commit 3c89988

Please sign in to comment.