From 110e3bf3256232bdfeb936ce9165fe10695d93d7 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 16 Jul 2024 17:50:35 -0700 Subject: [PATCH] Update airframe-http, airspec to 24.7.1 (#498) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54eb31e..fb1a14f 100755 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val versions = new { val scala = "2.12.19" // Must use Scala 2.12.x for sbt plugins - val airframe = "24.7.0" + val airframe = "24.7.1" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M10" val zioJson = "0.6.2"