From 0c14a00c055ef374ef3a69fdbf053390df3bee53 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Sep 2022 18:26:36 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ca1396..cf69a97 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val kindProjectorVersion = "0.13.2" val redis4catsVersion = "1.2.0" val h2Version = "1.4.200" val log4CatsVersion = "2.4.0" -val http4sVersion = "0.23.15" +val http4sVersion = "0.23.16" val akkaHttpVersion = "10.2.10" val circeVersion = "0.14.2" val sttpVersion = "3.7.6"