From aaa331891e6f7136b5401acfbe3dd18ec0de4d13 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 7 Apr 2021 05:50:20 +0000 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 26a5852..3796514 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.5.0" val circe: String = "0.13.0" val classutil: String = "1.5.1" - val http4s: String = "0.21.21" + val http4s: String = "0.21.22" val scalatest: String = "3.2.7" }