From 11fb052ad3b1e39bd61b73474f09a1de2f36d64b Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 23 Nov 2022 17:48:21 -0800 Subject: [PATCH] Update airframe-http, airspec to 22.11.4 (#338) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6021d22a..44dd8345 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "22.11.3" +val AIRFRAME_VERSION = "22.11.4" // Project modules lazy val sbtSonatype =