From 57210d3883fa4c83594b5a2d2ffde220fdbf7440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:27:20 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.33 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3f4ca51..de09c86 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val fs2 = "3.12.0" val circe = "0.14.14" val scalaJsonSchema = "0.2.0" - val http4s = "0.23.30" + val http4s = "0.23.33" val ip4s = "3.7.0" val scalatest = "3.2.19"