From f773cdf5f4d7f56a013e94dd3548f85a2a2e094c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:22:39 +0000 Subject: [PATCH] Update http4s-core, ... to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61be666..57bdc1a 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val Scala213Cond = s"matrix.scala == '$Scala213'" val catsV = "2.10.0" val catsEffectV = "3.5.4" val fs2V = "3.6.1" -val http4sV = "0.23.26" +val http4sV = "0.23.27" val munitCatsEffectV = "2.0.0-M5" // Projects