From b12656be7293d7864fb5b762b637ce60ac8fddec Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:14:15 +0000 Subject: [PATCH] Update http4s-core to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a337adf..6132efc8 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val CatsVersion = "2.10.0" val CatsEffectVersion = "3.5.2" val Fs2Version = "3.9.3" val Fs2DomVersion = "0.2.1" -val Http4sVersion = "0.23.24" +val Http4sVersion = "0.23.25" val Http4sDomVersion = "0.2.11" val MonocleVersion = "3.2.0"