From 1f98f3e5957d30dfa076f9ada94e26963b69f80d Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:21:35 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 33fd1c1..c7c879c 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.2.1") val catsV = "2.8.0" val catsEffectV = "3.4.2" val fs2V = "3.4.0" -val http4sV = "0.23.16" +val http4sV = "0.23.27" val circeV = "0.14.3" val catsEffectTestingV = "1.5.0" val log4catsV = "2.5.0"