From c40db7eec25b1e5a1d8ad4322420c2276e4a00dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Mar 2023 17:06:35 +0000 Subject: [PATCH] Update airframe-json, airspec to 23.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28671003..8dc03cad 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "23.2.5" +val AIRFRAME_VERSION = "23.3.0" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true