From 8a2dfa991c08d7dba82e48069f53d37179aeb30d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 11:30:34 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 1.0.0-M40 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dd62c6..cd3ad2b 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-M40" val doobieVersion = "1.0.0-RC2" Global / excludeLintKeys += SettingKey("scalafixDependencies")