From 605ed84c08094317790ab8cfc88f1a96581e9f9a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:23:52 +0000 Subject: [PATCH] Update http4s-client, ... to 1.0.0-M46 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f10e71fa..9cfc8fff 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val catsV = "2.12.0" val catsEffectV = "3.5.7" val fs2V = "3.11.0" val scodecV = "1.2.1" -val http4sV = "1.0.0-M44" +val http4sV = "1.0.0-M46" val log4catsV = "2.7.0" val reactiveStreamsV = "1.0.4" val vaultV = "3.6.0"