From 7f46b736dc449028b4ff59c73aa7c99e0e8d6ffa Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 14 Dec 2020 05:17:58 +0000 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index acffbe3..f58270e 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.3.0" val circe: String = "0.13.0" val classutil: String = "1.5.1" - val http4s: String = "0.21.13" + val http4s: String = "0.21.14" val scalatest: String = "3.2.3" }