Skip to content

Commit

Permalink
Update ciris, ciris-refined to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe-steward[bot] committed Dec 8, 2024
1 parent 0c4e853 commit f9a709f
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 @@ -8,7 +8,7 @@ object Dependencies {
val catsEffect = "3.5.7"
val circe = "0.14.10"
val circeRefined = "0.15.1"
val ciris = "3.6.0"
val ciris = "3.7.0"
val doobie = "1.0.0-RC6"
val flyway = "8.5.13"
val fs2Core = "3.11.0"
Expand Down Expand Up @@ -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 f9a709f

Please sign in to comment.