From 5faaf315bb02f0bb052521293224cb4db1f3fd62 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 13 Jul 2023 01:07:00 +0000 Subject: [PATCH] Update airframe-http, airspec to 23.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a3a10e78..f904efe3 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.7.1" +val AIRFRAME_VERSION = "23.7.2" // Project modules lazy val sbtSonatype =