From 434184348ea5b0c110f72b27ecd3bf96766e8730 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:07:15 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 973e1e95..4571004c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val circeVersion = "0.14.8" val disciplineMunitVersion = "2.0.0-M3" val doobieVersion = "1.0.0-RC6" val fs2Version = "3.11.0" -val http4sVersion = "0.23.29" +val http4sVersion = "0.23.30" val kindProjectorVersion = "0.13.3" val literallyVersion = "1.1.0" val logbackVersion = "1.5.12"