From b4fbd12b4c46f63d950ac998ec2aef91f349d88d 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:14:31 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.29 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fbbbae..6a299fd 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = project.in(file(".")).aggregate(twirl).enablePlugins(NoPublishPlugin) -val http4sVersion = "0.23.28" +val http4sVersion = "0.23.29" val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0"