From 8aca37f0442fd0cf1c31cf570cc0a919fa73962b Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 25 May 2023 13:15:41 -0700 Subject: [PATCH] Update airframe-http, airspec to 23.5.6 (#405) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 27676343..1e3f556a 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.5.5" +val AIRFRAME_VERSION = "23.5.6" // Project modules lazy val sbtSonatype =