From c0f72f72c400e94f4738a0a1289ec00f2479a561 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 28 Feb 2024 00:22:26 +0000 Subject: [PATCH] Update armeria to 1.27.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 88531a7..f962282 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val fs2_2_version: Option[(Long, Long)] => String = { case _ => "2.5.9" } val fs2_3_version = "3.9.4" -val armeriaVersion = "1.27.1" +val armeriaVersion = "1.27.2" excludeLintKeys in Global ++= Set(ideSkipProject)