From 324181e9d629c00df3ea5e0b6aaee473fb55ff86 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:16:01 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.25 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90eff5883..bb48c37a5 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import Dependencies._ val Scala212 = "2.12.18" val Scala213 = "2.13.12" val Scala3 = "3.3.1" -val http4sVersion = "0.23.24" +val http4sVersion = "0.23.25" val munitCatsEffectVersion = "2.0.0-M4" ThisBuild / resolvers +=