Skip to content

Commit

Permalink
Update cats-core to 2.12.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 29, 2024
1 parent d01f643 commit 7074aaf
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 @@ -8,7 +8,7 @@ object Deps {
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.18")

val scalaReflect = dep("org.scala-lang" % "scala-reflect")
val cats = dep("org.typelevel" %%% "cats-core" % "2.10.0")
val cats = dep("org.typelevel" %%% "cats-core" % "2.12.0")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.3.7")

val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.2")
Expand Down

0 comments on commit 7074aaf

Please sign in to comment.