From 24e63e2dbeac985c746aca4fad1421e41d5c7ffe Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:13:16 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.30 in series/0.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f002e4..252d6fe 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / startYear := Some(2018) lazy val root = tlCrossRootProject.aggregate(scalatags) -val http4sVersion = "0.23.29" +val http4sVersion = "0.23.30" val scalatagsVersion = "0.12.0" val munitVersion = "1.0.0-M7" val munitCatsEffectVersion = "2.0.0-M3"