diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 819b5418e8..3ab173ac37 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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