Skip to content

Commit

Permalink
Update http4s-circe, http4s-dsl, ... to 1.0.0-M44
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 a73647c
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 @@ -13,7 +13,7 @@ object Dependencies {
val flyway = "8.5.13"
val fs2Core = "3.11.0"
val fs2Kafka = "3.6.0"
val http4s = "1.0.0-M43"
val http4s = "1.0.0-M44"
val http4sMetrics = "1.0.0-M38"
val http4sWs = "1.0.0-M9"
val ip4s = "3.6.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 a73647c

Please sign in to comment.