From 21c0cb0b17a1a2b46772ca6474fde21575b3cd4d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:42:50 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.28 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d7..e424ff32 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,7 +1,7 @@ object Versions { val scala3 = "3.3.3" val scala213 = "2.13.12" - val http4sVersion = "0.23.27" + val http4sVersion = "0.23.28" val catsEffectVersion = "3.5.4" val munitCEVersion = "2.0.0-RC1" }