From 2d2e273286fc9457eecdb22c2080211ba2a9ffcf Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:17:57 +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 8aaea458..577904d8 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val CatsVersion = "2.12.0" val CatsEffectVersion = "3.5.4" val Fs2Version = "3.11.0" val Fs2DomVersion = "0.2.1" -val Http4sVersion = "0.23.28" +val Http4sVersion = "0.23.29" val Http4sDomVersion = "0.2.11" val MonocleVersion = "3.3.0"