diff --git a/build.sbt b/build.sbt index 57c8f6b..8a84a52 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.30.1" + val armeria = "1.31.0" val fs2 = "3.11.0" val http4s = "0.23.29" val logback = "1.2.13"