From 809836bcd7b65ded7cb3fb7a3a4646991ecd932e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Mar 2021 15:25:58 +0200 Subject: [PATCH] Update http4s-blaze-client, ... to 0.21.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5f9052ab..b9c96f1cc 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val doobieVersion = "0.12.1" -val http4sVersion = "0.21.20" +val http4sVersion = "0.21.21" val circeVersion = "0.13.0" val tsecVersion = "0.2.1" val sttpVersion = "3.2.0"