Skip to content

Commit

Permalink
Update cats-core to 2.13.0 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 22, 2025
1 parent 80e214a commit 1d2fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Deps {

val boopickle = dep("io.suzaku" %%% "boopickle" % "1.5.0")

val cats = dep("org.typelevel" %%% "cats-core" % "2.12.0")
val cats = dep("org.typelevel" %%% "cats-core" % "2.13.0")

val scalapb = dep("com.thesamet.scalapb" %%% "scalapb-runtime" % "0.11.17")

Expand Down

0 comments on commit 1d2fbbd

Please sign in to comment.