From d1c8d8798c81fced6b21c7e964ddd8ee70928922 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 7 Mar 2025 22:08:43 +0000 Subject: [PATCH] Update airframe-json, airspec to 2025.1.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 235f6286..b80c26ea 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "2025.1.1" +val AIRFRAME_VERSION = "2025.1.8" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true