From eb05e80ec6ee9f8a45638fad94b15981e9a9b8bf Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:18:36 +0000 Subject: [PATCH] Update armeria to 1.27.0 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b016946..fc9c2d8 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.26.4" + val armeria = "1.27.0" val fs2 = "3.9.4" val http4s = "1.0.0-M40" val logback = "1.2.13"