From 9d771708c466ee46a410f505dc244c2972c2f159 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:13:49 +0000 Subject: [PATCH] Update armeria to 1.31.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a84a52..2aeb45e 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.31.0" + val armeria = "1.31.1" val fs2 = "3.11.0" val http4s = "0.23.29" val logback = "1.2.13"