From 9874bc04663b1e881a719cc68746430f81230a06 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:06:15 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 264146f2..e214d1ca 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,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.28" +val http4sVersion = "0.23.29" val jnrUnixsocketVersion = "0.38.23" val kindProjectorVersion = "0.13.3" val literallyVersion = "1.1.0"