From 171239c3b142ccb9bb2c2ab382d06d9f07798a4b Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:42:41 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a53950..06c346c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = tlCrossRootProject.aggregate(boopickle) -val http4sVersion = "0.23.23" +val http4sVersion = "0.23.28" val boopickleVersion = "1.4.0" val munitVersion = "1.0.0-M8" val munitCatsEffectVersion = "2.0.0-M3"