From b3923665c6c3c386f9a656430282acf9c3581657 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Oct 2021 21:25:38 +0200 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 847dc12c..ff2cbebb 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val kindProjectorVersion = "0.13.2" val redis4catsVersion = "1.0.0" val h2Version = "1.4.200" val log4CatsVersion = "2.1.1" -val http4sVersion = "0.23.3" +val http4sVersion = "0.23.5" val akkaHttpVersion = "10.2.6" val circeVersion = "0.14.1" val sttpVersion = "3.3.15"