From 82eedbc9cbf027d04a0abe25d17e0d38480a6984 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 21:21:07 +0000 Subject: [PATCH] Update airframe-json, airspec to 23.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f83f27d..32c97172 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "23.8.6" +val AIRFRAME_VERSION = "23.9.1" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true