From fd2d43d0783b2a98b6489f64886f6220efe0062e Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 23 Aug 2024 12:59:50 -0700 Subject: [PATCH] Update airframe-http, airspec to 24.8.0 (#510) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ea2346a..69ae20e 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.1" + val airframe = "24.8.0" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M16" val sonatypeClient = "0.3.0"