From 579e77028d65025565830cf04226e8c2614ebd6c Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 5 Sep 2023 09:19:26 -0700 Subject: [PATCH] Update airframe-http, airspec to 23.9.0 (#436) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2c30a03..29005ecd 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.8.6" +val AIRFRAME_VERSION = "23.9.0" // Project modules lazy val sbtSonatype =