From 7c0d37eaf5e226659db3d0cf3e6303208dfc882d Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 27 Nov 2020 05:30:10 +0000 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 17f9f15..62cea89 100755 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val V = new { val cats: String = "2.2.0" val collectioncompat: String = "2.3.1" val github4s: String = "0.27.1" - val http4s: String = "0.21.11" + val http4s: String = "0.21.13" val runtime: String = "0.6.4" val scala: String = "2.13.3" val scala212: String = "2.12.12"