From ded4da2c6b6138c70530d30f47f0fafa48820510 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jul 2026 20:12:53 +0000 Subject: [PATCH] Update http4s-dsl, http4s-ember-server to 1.0.0-M47 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5a4ca4..edc3c0e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val Version = new { val CatsEffect = "3.7.0" val Circe = "0.14.16" val DisciplineMunit = "2.0.0" - val Http4s = "1.0.0-M46" + val Http4s = "1.0.0-M47" val Java = "17" val Log4Cats = "2.8.0" val Munit = "1.3.3"