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 7d04d46 commit f68c614Copy full SHA for f68c614
project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
25
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.6"
26
val fs2Core = "co.fs2" %% "fs2-core" % "2.5.3"
27
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
28
- val http4sCore = "org.http4s" %% "http4s-core" % "0.21.20"
+ val http4sCore = "org.http4s" %% "http4s-core" % "0.21.21"
29
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
30
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
31
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
0 commit comments