From 2c8d7f5e2278bece35919cb042727d638cf0fbf8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 3 Oct 2025 13:53:37 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 1.0.0-M46 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dd62c6..c2cda70 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val CirceVersion = "0.14.2" -val http4sVersion = "1.0.0-M38" +val http4sVersion = "1.0.0-M46" val doobieVersion = "1.0.0-RC2" Global / excludeLintKeys += SettingKey("scalafixDependencies")