From 2a904aee148c821c6d9c5fc036556ea469ce283e Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:24:19 +0000 Subject: [PATCH] Update http4s-circe, http4s-core, ... to 0.23.25 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index e142a49e..396a8ce6 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -36,7 +36,7 @@ object Settings { val log4Cats = "2.6.0" val log4CatsLogLevel = "0.3.1" - val http4s = "0.23.24" + val http4s = "0.23.25" val http4sBlaze = "0.23.16" val http4sBoopickle = "0.23.11" val http4sXml = "0.23.12"