From 97e1e2d6f141648a2a54326b81f576fff0fec6c9 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <107706532+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:08:43 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.28 (#282) Co-authored-by: dwolla-oss-scala-steward[bot] <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0606d69..603b2ac 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.27" + val http4sVersion = "0.23.28" Seq( "org.http4s" %% "http4s-dsl", "org.http4s" %% "http4s-circe",