Skip to content

Commit 3b616b4

Browse files
authored
Merge pull request #3426 from scala-steward/update/http4s-core-1.0.0-M42
Update http4s-circe, http4s-client, ... to 1.0.0-M42
2 parents f1b4935 + 01d5ce2 commit 3b616b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Dependencies {
2222
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
2323
val fs2Core = "co.fs2" %% "fs2-core" % "3.11.0"
2424
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25-
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M41"
25+
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M42"
2626
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
2727
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
2828
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision

0 commit comments

Comments
 (0)