From 715bd634d12a085c3ea2abf93c94b139fd27eb64 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 19 Jun 2024 13:15:48 -0700 Subject: [PATCH] Update airframe-http, airspec to 24.6.1 (#490) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f64e22a..f5b9783 100755 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "24.6.0" +val AIRFRAME_VERSION = "24.6.1" // Project modules lazy val sbtSonatype =