From ea6e589e710e7070fbbcea6d9e7cd42e443c8ebe Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:28:08 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.32 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c9249c0..109a3f0 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scala213 = "2.13.8" val scala212 = "2.12.15" val dotty = "3.0.2" -val Http4sVersion = "0.23.21" +val Http4sVersion = "0.23.32" val FinagleVersion = "24.2.0" val supportedScalaVersions = List(scala213,scala212,dotty)