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 1399f30 commit 8eadc12Copy full SHA for 8eadc12
project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
24
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.4"
25
val fs2Core = "co.fs2" %% "fs2-core" % "2.5.0"
26
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
27
- val http4sCore = "org.http4s" %% "http4s-core" % "0.21.15"
+ val http4sCore = "org.http4s" %% "http4s-core" % "0.21.16"
28
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
29
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
30
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
0 commit comments