From 0738e21ce6b94b94cdb68540efef5c6bb6e44cd7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Jul 2026 18:49:00 +0000 Subject: [PATCH] Update airframe-json, airspec to 2026.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e708f71..93c5686b 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges // For performance testing, ensure each test run one-by-one Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1)) -val AIRFRAME_VERSION = "2026.1.7" +val AIRFRAME_VERSION = "2026.2.2" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true