From d25220d91a18c2e98e6036d2486c2bec69de0faf Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 17 Aug 2023 12:28:43 +0000 Subject: [PATCH] Update airframe-http, airspec to 23.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e4d3f22e..9a8ab73e 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.8.2" +val AIRFRAME_VERSION = "23.8.3" // Project modules lazy val sbtSonatype =