From 2d2486587528504805e27405712f705b5b3d90ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Feb 2021 16:55:54 +0100 Subject: [PATCH] Update http4s-blaze-client, ... to 0.21.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f70950e0c..3a3f12f70 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val doobieVersion = "0.10.0" -val http4sVersion = "0.21.16" +val http4sVersion = "0.21.17" val circeVersion = "0.13.0" val tsecVersion = "0.2.1" val sttpVersion = "3.1.0"