From 91f280cdb7c5c9e39470ffc8d5a5451034bd6c36 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 14 Nov 2024 00:55:36 +0000 Subject: [PATCH] Update airframe-http, airspec to 24.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d927812..393cef7 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.10.0" + val airframe = "24.11.0" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M16" val sonatypeClient = "0.3.0"