We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1b4935 + 01d5ce2 commit 3b616b4Copy full SHA for 3b616b4
project/Dependencies.scala
@@ -22,7 +22,7 @@ object Dependencies {
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
23
val fs2Core = "co.fs2" %% "fs2-core" % "3.11.0"
24
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25
- val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M41"
+ val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M42"
26
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
27
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
28
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
0 commit comments