From 8ce2a5823590466730956dff8827cb2e28b45c44 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 1 Jan 2021 05:30:59 +0000 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92c254b..4c43ecd 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.3.1" val circe: String = "0.13.0" val classutil: String = "1.5.1" - val http4s: String = "0.21.14" + val http4s: String = "0.21.15" val scalatest: String = "3.2.3" }