Skip to content

Commit 8eadc12

Browse files
Update http4s-circe, http4s-client, ... to 0.21.16 (#1901)
1 parent 1399f30 commit 8eadc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Dependencies {
2424
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.4"
2525
val fs2Core = "co.fs2" %% "fs2-core" % "2.5.0"
2626
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
27-
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.15"
27+
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.16"
2828
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
2929
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
3030
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision

0 commit comments

Comments
 (0)