From c1c57046a1c7a1447954d5928f92f3a58e281048 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Feb 2025 16:03:30 +0000 Subject: [PATCH] Update airframe-json, airspec to 2025.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 235f6286..fdacb007 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.6" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true