From d425c580c1324a2f2c44ec3743627b54c9a1bea3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:59:30 +0000 Subject: [PATCH] Update http4s-scalafix-internal to 0.23.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ea6232e..3b97b1a 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = .disablePlugins(HeaderPlugin) .settings(libraryDependencies := Nil) -val http4sVersion = "0.23.33" +val http4sVersion = "0.23.34" val scalaXmlVersion = "2.2.0" val fs2Version = "3.12.2" val fs2DataVersion = "1.12.1"