From 6bc5bf485ec8e613e957f9ee4e178d6a28e4328c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:21:52 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.27 in series/0.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a8e8cc..571c773 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.22" +val http4sVersion = "0.23.27" val scalatagsVersion = "0.12.0" val munitVersion = "1.0.0-M7" val munitCatsEffectVersion = "2.0.0-M3"