From 76dae2a266e519ddc7fdbb9d29c320cee28ec785 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:36:26 +0000 Subject: [PATCH] Update http4s-core to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4228fb..c43b36d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val CatsVersion = "2.10.0" val CatsEffectVersion = "3.5.3" val Fs2Version = "3.9.4" val Fs2DomVersion = "0.2.1" -val Http4sVersion = "0.23.25" +val Http4sVersion = "0.23.28" val Http4sDomVersion = "0.2.11" val MonocleVersion = "3.2.0"