From 495a2e1f52a07ff7b0a088f5805bd9244bca8fe0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Dec 2024 13:44:15 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 1.0.0-M41 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dd62c6..5507f50 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-M41" val doobieVersion = "1.0.0-RC2" Global / excludeLintKeys += SettingKey("scalafixDependencies")