From ef31f8679ea559245c2194dfdc27b4c433b6bea5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Dec 2024 17:19:49 +0000 Subject: [PATCH] Update airframe-json, airspec to 24.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ff74b955..31280a69 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "24.12.1" +val AIRFRAME_VERSION = "24.12.2" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true