Skip to content

Commit

Permalink
Merge pull request #448 from innFactory/update/cats-core-2.10.0
Browse files Browse the repository at this point in the history
chore: update cats-core from 2.9.0 to 2.10.0
  • Loading branch information
mergify[bot] authored Aug 15, 2023
2 parents ef3cede + 4006d1a commit 7531312
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 @@ -32,7 +32,7 @@ object Dependencies {
val hikariCP = "com.zaxxer" % "HikariCP" % "5.0.1" exclude ("org.slf4j", "slf4j-api")
val joda = "joda-time" % "joda-time" % "2.12.5"
val postgresql = "org.postgresql" % "postgresql" % "42.6.0"
val cats = "org.typelevel" %% "cats-core" % "2.9.0"
val cats = "org.typelevel" %% "cats-core" % "2.10.0"
val henkanConvert = "com.kailuowang" %% "henkan-convert" % "0.6.5"
val henkanOptional = "com.kailuowang" %% "henkan-optional" % "0.6.5"
val chimney = "io.scalaland" %% "chimney" % "0.7.5"
Expand Down

0 comments on commit 7531312

Please sign in to comment.