We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183e8f6 commit aba4966Copy full SHA for aba4966
project/Dependencies.scala
@@ -22,7 +22,7 @@ object Dependencies {
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
23
val fs2Core = "co.fs2" %% "fs2-core" % "3.1.5"
24
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
25
- val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M28"
+ val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M29"
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