From dac1d979b2e008cd192fc86b026ee9d6630354a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Oct 2021 20:57:51 +0200 Subject: [PATCH] Update http4s-blaze-client, ... to 0.22.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1426d2e3b..c56025494 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val doobieVersion = "0.13.4" -val http4sVersion = "0.22.0-RC1" +val http4sVersion = "0.22.7" val circeVersion = "0.14.1" val tsecVersion = "0.2.1" val sttpVersion = "3.3.11"