From f859e6ffd99e2141c6eecc9d1ac9c0399a3d5a31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 16:34:05 +0000 Subject: [PATCH] Update airframe-json, airspec to 2025.1.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f8c9813..d188d413 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,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 = "2025.1.18" +val AIRFRAME_VERSION = "2025.1.20" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true