From 69b9e985e5c9e3720eb4bbbb8f56f40176b85d68 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:12:55 +0000 Subject: [PATCH] Update http4s-circe, http4s-ember-client to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0500e5f..16dcb0d 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.27" val brotli4jVersion = "1.12.0" lazy val root = tlCrossRootProject.aggregate(bundlemon)