From 8767c660ca82b33bab4fb7761870a7e92b24119c Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:20:22 +0000 Subject: [PATCH] Update brotli4j, native-linux-x86_64 to 1.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0500e5f..27e2946 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false ThisBuild / crossScalaVersions := Seq("2.12.18") val http4sVersion = "0.23.23" -val brotli4jVersion = "1.12.0" +val brotli4jVersion = "1.16.0" lazy val root = tlCrossRootProject.aggregate(bundlemon)