From ee9c3412c5e3484e6d4ee573b1b19ac5dad34a15 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 22 Sep 2021 05:39:20 +0000 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a1abc9d..bc072e6 100755 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val V = new { val cats: String = "2.6.1" val collectioncompat: String = "2.5.0" val github4s: String = "0.28.5" - val http4s: String = "0.21.28" + val http4s: String = "0.21.29" val runtime: String = "0.6.4" val scala: String = "2.13.3" val scala212: String = "2.12.15"