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