From 75e0bfe324ba4450f15f1077a302a7cede383e0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 May 2021 05:36:53 +0200 Subject: [PATCH] Update http4s-blaze-client, ... to 0.21.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 504b0fcc3..bc155353a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val doobieVersion = "0.13.4" -val http4sVersion = "0.21.23" +val http4sVersion = "0.21.24" val circeVersion = "0.14.1" val tsecVersion = "0.2.1" val sttpVersion = "3.3.5"