From 8e709f1025e44d525a7b4262027e939c742d2dd1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 26 Aug 2023 00:19:38 +0000 Subject: [PATCH] Update armeria to 1.25.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6300996..49bcc76 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val fs2_2_version: Option[(Long, Long)] => String = { case _ => "2.5.9" } val fs2_3_version = "3.8.0" -val armeriaVersion = "1.25.0" +val armeriaVersion = "1.25.2" excludeLintKeys in Global ++= Set(ideSkipProject)