From df1922a4a7ce09c2a7ff4e146750109fedcd28b8 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:18:10 +0000 Subject: [PATCH] Update http4s-circe, http4s-ember-client to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0500e5f..0d8effd 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false ThisBuild / crossScalaVersions := Seq("2.12.18") -val http4sVersion = "0.23.23" +val http4sVersion = "0.23.29" val brotli4jVersion = "1.12.0" lazy val root = tlCrossRootProject.aggregate(bundlemon)