From b7aeeea5a1d0be94425b60d10da5f3460248b43b Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 09:17:37 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46f3f09..42b836c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / githubWorkflowTargetBranches := Seq("*", "series/*") -val http4sV = "0.23.29" +val http4sV = "0.23.30" val munitCatsEffectV = "2.0.0" val munitScalaCheckV = "1.0.0" val scalacheckEffectV = "2.0.0-M2"