From e257a7cb28538be2c8ddf1fefc7623e08e1078cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Feb 2024 20:16:54 +0000 Subject: [PATCH] Update airframe-json, airspec to 24.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e4bf7dad..3f9d9fc4 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "24.1.2" +val AIRFRAME_VERSION = "24.2.1" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true