From 9e35e18b809b2328ce1d9133789ca07da1a502a9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:22:42 +0000 Subject: [PATCH] Update armeria to 1.30.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b50c5e..4b4552f 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / resolvers += Resolver.mavenLocal ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true -Dcom.linecorp.armeria.verboseExceptions=always" val versions = new { - val armeria = "1.29.4" + val armeria = "1.30.0" val fs2 = "3.10.2" val http4s = "0.23.27" val logback = "1.2.13"