From 4e4d3517de7402eea93481df11773e2d7bd67c0d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:28:17 +0000 Subject: [PATCH] Update http4s-servlet to 0.24.0-RC3 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38ee57c..56dad90 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ ThisBuild / scalaVersion := Scala213 // the default Scala val asyncHttpClientVersion = "2.12.3" val http4sVersion = "0.23.18" -val http4sServletVersion = "0.24.0-M1" +val http4sServletVersion = "0.24.0-RC3" val munitCatsEffectVersion = "1.0.7" val servletApiVersion = "4.0.1" val tomcatVersion = "9.0.98"