Skip to content

Commit

Permalink
Merge pull request #3461 from scala-steward/update/http4s-core-1.0.0-M43
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 1.0.0-M43
  • Loading branch information
mergify[bot] authored Oct 31, 2024
2 parents 24e8d3a + de51b23 commit e10c91c
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-M42"
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M43"
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 e10c91c

Please sign in to comment.