From 68f0f62ab7a292d14268ca7e98a4dbe33d0f8370 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:14:06 +0000 Subject: [PATCH] Update http4s-core to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d87833..dbc72ba 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val Scala213Cond = s"matrix.scala == '$Scala213'" val catsV = "2.12.0" val catsEffectV = "3.5.4" val fs2V = "3.6.1" -val http4sV = "0.23.28" +val http4sV = "0.23.29" val munitCatsEffectV = "2.0.0" // Projects