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 e04ee5b commit 7f67e25Copy full SHA for 7f67e25
project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
23
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
24
val fs2Core = "co.fs2" %% "fs2-core" % "3.1.2"
25
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
26
- val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M25"
+ val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M27"
27
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
28
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
29
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
0 commit comments