From f68c61431a87ac58f0c1dce86d8ab526f26d9ad8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:22:39 +0200 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.21.21 (#2032) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e433e17939..3aa36a7856 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -25,7 +25,7 @@ object Dependencies { val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.6" val fs2Core = "co.fs2" %% "fs2-core" % "2.5.3" val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision - val http4sCore = "org.http4s" %% "http4s-core" % "0.21.20" + val http4sCore = "org.http4s" %% "http4s-core" % "0.21.21" val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision