From 7598be0044c43d694ba9bbfa885e8a3800831a4d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Oct 2023 13:26:41 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 1.0.0-M39 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dd62c6..5e966de 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-M39" val doobieVersion = "1.0.0-RC2" Global / excludeLintKeys += SettingKey("scalafixDependencies")