From e299ed5a4789704aa83777057872ca1e7d252900 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 27 Feb 2024 16:43:14 -0800 Subject: [PATCH] Update airframe-http, airspec to 24.2.3 (#475) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dca9235f..578d57de 100755 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "24.2.2" +val AIRFRAME_VERSION = "24.2.3" // Project modules lazy val sbtSonatype =