Skip to content

Commit f68c614

Browse files
Update http4s-circe, http4s-client, ... to 0.21.21 (#2032)
1 parent 7d04d46 commit f68c614

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
@@ -25,7 +25,7 @@ object Dependencies {
2525
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.6"
2626
val fs2Core = "co.fs2" %% "fs2-core" % "2.5.3"
2727
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
28-
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.20"
28+
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.21"
2929
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
3030
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
3131
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision

0 commit comments

Comments
 (0)