From b76774bcf9f5312402b9253d67607fbe17ee018a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:26:50 +0000 Subject: [PATCH] Update http4s-core, http4s-laws, ... to 0.23.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eddf8bf..d689b31 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = tlCrossRootProject.aggregate(boopickle) -val http4sVersion = "0.23.30" +val http4sVersion = "0.23.33" val boopickleVersion = "1.5.0" val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0"