Skip to content

Commit

Permalink
Merge pull request #289 from innFactory/update/cats-core-2.12.0
Browse files Browse the repository at this point in the history
chore: update cats-core from 2.9.0 to 2.12.0
  • Loading branch information
mergify[bot] authored May 29, 2024
2 parents 6e9b306 + b90b484 commit 17b362b
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 @@ -22,7 +22,7 @@ object Dependencies {

val scalatestPlus =
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
val cats = "org.typelevel" %% "cats-core" % "2.9.0"
val cats = "org.typelevel" %% "cats-core" % "2.12.0"

lazy val list = Seq(
smithyCore,
Expand Down

0 comments on commit 17b362b

Please sign in to comment.