Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 1.0.0-M44
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 7, 2024
1 parent 47ae2e0 commit 56517d1
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 disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
val fs2Core = "co.fs2" %% "fs2-core" % "3.11.0"
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M43"
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M44"
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
Expand Down

0 comments on commit 56517d1

Please sign in to comment.