From 4ec60f083e43aaf7d3b0d23f28a1253c9b747c4c Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:04:40 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d2f96c..7ff7252 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / githubWorkflowTargetBranches := Seq("*", "series/*") -val http4sV = "0.23.26" +val http4sV = "0.23.27" val munitCatsEffectV = "1.0.7" val munitScalaCheckV = "0.7.29" val scalacheckEffectV = "1.0.4"