From 7188112ac505fa695a463857a1ae76c2ca351e32 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:06:17 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac86e06..cbc249c 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val apiClient = (project in file("client")) .settings( name := "cloudflare-api-client", libraryDependencies ++= { - val http4sVersion = "0.23.28" + val http4sVersion = "0.23.29" Seq( "org.http4s" %% "http4s-dsl", "org.http4s" %% "http4s-circe",