diff --git a/build.sbt b/build.sbt index 921f153..c225573 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.1" + val armeria = "1.31.2" val fs2 = "3.11.0" val http4s = "1.0.0-M43" val log4cats = "2.7.0"