From 1b86e42e8bf7f7b2bef0a55720b7a4340874651b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Sep 2023 15:44:55 +0000 Subject: [PATCH] Update airframe-json, airspec to 23.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3aa3c9c7..07146754 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "23.9.1" +val AIRFRAME_VERSION = "23.9.2" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true