From 8199f1cc650127999a249b637734ba5b641486a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 17:24:55 +0000 Subject: [PATCH] Update airframe-json, airspec to 24.9.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a102c0c4..f76b603a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "24.9.0" +val AIRFRAME_VERSION = "24.9.3" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true