From 4fc07409eb7f4ebff2b1900ef86af1cb4d16581b Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:35:11 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 680ae64..487474d 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = .disablePlugins(HeaderPlugin) .settings(libraryDependencies := Nil) -val http4sVersion = "0.23.30" +val http4sVersion = "0.23.33" val scalaXmlVersion = "2.2.0" val fs2Version = "3.12.0" val fs2DataVersion = "1.11.3"