From f1f7606ce0405e3fd40c8ee47aad0f08d004f588 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Apr 2024 17:39:35 +0000 Subject: [PATCH] Update airframe-json, airspec to 24.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69cac77a..9f4f0dcf 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "24.3.0" +val AIRFRAME_VERSION = "24.4.1" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true