From 0f43b9f84e677fc2472fc09125dc56f3956bd3aa Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:12:48 +0000 Subject: [PATCH] Update http4s-client, ... to 0.23.29 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 98d304b..13f079a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val http4sVersion = "0.23.25" +val http4sVersion = "0.23.29" enablePlugins(BuildInfoPlugin) buildInfoKeys += "http4sVersion" -> http4sVersion