From f1b41adb6b224f1896fd7f57e246ac1d8dfac88a Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 23 May 2023 16:23:31 -0700 Subject: [PATCH] Update airframe-http, airspec to 23.5.5 (#403) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7c25e791..27676343 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.5.3" +val AIRFRAME_VERSION = "23.5.5" // Project modules lazy val sbtSonatype =