From 8dc3cc30e6c4a879a4fd4ec938d9307f641158b8 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 04:25:40 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.31 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 680ae64..029a8cf 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.31" val scalaXmlVersion = "2.2.0" val fs2Version = "3.12.0" val fs2DataVersion = "1.11.3"