Skip to content

Commit

Permalink
Update cats-core to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grokking-steward[bot] committed May 29, 2024
1 parent 0383636 commit 42e9be0
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 @@ -7,7 +7,7 @@ object Dependencies {
val fs2Version = "3.10.2"
val scribeVersion = "3.13.5"

val catsCore = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
val catsCore = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
val catsEffect = Def.setting("org.typelevel" %%% "cats-effect" % "3.5.4")
val catsParse = Def.setting("org.typelevel" %%% "cats-parse" % "1.0.0")

Expand Down

0 comments on commit 42e9be0

Please sign in to comment.