Skip to content

Commit

Permalink
Merge pull request #395 from gvolpe/update/redis4cats-effects-1.7.2
Browse files Browse the repository at this point in the history
Update redis4cats-effects to 1.7.2
  • Loading branch information
mergify[bot] authored Dec 22, 2024
2 parents f1f1677 + ed43578 commit 4d7f11d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val natchezHttp4s = "0.6.0"
val neutron = "0.8.0"
val odin = "0.15.0"
val redis4cats = "1.7.1"
val redis4cats = "1.7.2"
val refined = "0.11.2"

val scalajsTime = "2.4.0"
Expand All @@ -51,8 +51,8 @@ object Dependencies {
val cirisCore = Def.setting("is.cir" %%% "ciris" % V.ciris)
val cirisRefined = Def.setting("is.cir" %%% "ciris-refined" % V.ciris)

val circeCore = circe("core")
val circeParser = circe("parser")
val circeCore = circe("core")
val circeParser = circe("parser")

val circeRefined = Def.setting("io.circe" %%% "circe-refined" % V.circeRefined)

Expand Down

0 comments on commit 4d7f11d

Please sign in to comment.