From d2157c56068c0db25fac7cc73c784fd7d92da659 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Oct 2020 06:55:24 +0200 Subject: [PATCH] Update http4s-blaze-client, ... to 0.21.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 967b6a92a..577002cb4 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val doobieVersion = "0.9.2" -val http4sVersion = "0.21.7" +val http4sVersion = "0.21.8" val circeVersion = "0.13.0" val tsecVersion = "0.2.1" val sttpVersion = "3.0.0-RC5"