From acf6d9f4970ee812ac7a214ddbe2312f9b85d772 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 27 Jul 2026 00:25:52 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 0.23.18 --- project/Versions.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Versions.scala b/project/Versions.scala index cb983e63ce..38fa97b537 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,7 +1,7 @@ object Versions { val http4s = "0.23.36" - val http4sBlazeServer = "0.23.17" - val http4sBlazeClient = "0.23.17" + val http4sBlazeServer = "0.23.18" + val http4sBlazeClient = "0.23.18" val catsCore = "2.13.0" val catsEffect = "3.7.0" val circe = "0.14.16"