From 87b0ca0e310002dd9d82923e6aebc3407f541db5 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:13:49 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.29 in series/0.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3083a00..0f002e4 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.27" +val http4sVersion = "0.23.29" val scalatagsVersion = "0.12.0" val munitVersion = "1.0.0-M7" val munitCatsEffectVersion = "2.0.0-M3"