From ffe2ed32ac90ed8d49ddb51b7d29c3c3deb09fec Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 8 Aug 2023 20:19:47 +0000 Subject: [PATCH] Update airframe-http, airspec to 23.8.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f0fbdf9..e4d3f22e 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.8.1" +val AIRFRAME_VERSION = "23.8.2" // Project modules lazy val sbtSonatype =