Skip to content

Commit

Permalink
Merge pull request #3426 from scala-steward/update/http4s-core-1.0.0-M42
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 1.0.0-M42
  • Loading branch information
mergify[bot] authored Oct 4, 2024
2 parents f1b4935 + 01d5ce2 commit 3b616b4
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-M41"
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M42"
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 3b616b4

Please sign in to comment.