From 13a371c30f8d11a240a1ff6e4a7221dc10bfa08b Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 24 Sep 2024 22:55:37 +0000 Subject: [PATCH] Update airframe-http, airspec to 24.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a81b0f5..d710900 100755 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val versions = new { val scala = "2.12.20" // Must use Scala 2.12.x for sbt plugins - val airframe = "24.8.0" + val airframe = "24.9.1" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M16" val sonatypeClient = "0.3.0"