From 457ab1060bafab1843f0aa1a1144a33e588e80a0 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 25 Oct 2024 04:15:17 +0000 Subject: [PATCH] Update airframe-http, airspec to 24.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a4b791..d927812 100755 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val versions = new { val scala = "2.12.20" // Must use Scala 2.12.x for sbt plugins - val airframe = "24.9.3" + val airframe = "24.10.0" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M16" val sonatypeClient = "0.3.0"