Skip to content

Commit

Permalink
Merge pull request #117 from Dwolla/update/cats-core-2.12.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.12.0
  • Loading branch information
mergify[bot] authored Jun 7, 2024
2 parents f7d151d + 5cbdd5e commit 0ec78c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
libraryDependencies ++= Seq(
"org.tpolecat" %% "natchez-core" % "0.3.5",
"org.tpolecat" %% "natchez-opentelemetry" % "0.3.5",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % catsEffectV,
"org.typelevel" %% "cats-mtl" % "1.4.0",
"org.typelevel" %% "log4cats-core" % "2.6.0",
Expand Down

0 comments on commit 0ec78c8

Please sign in to comment.