From cbd39ced71a5cbeac872f061316a0c0f0858f22d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:12:07 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.29 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0e994c08..e768fd8c0 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import Dependencies._ val Scala212 = "2.12.20" val Scala213 = "2.13.15" val Scala3 = "3.3.4" -val http4sVersion = "0.23.28" +val http4sVersion = "0.23.29" val munitCatsEffectVersion = "2.0.0" ThisBuild / resolvers +=