From e6a6d71d52c0b38b10e4186392975e9636f6d055 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Aug 2023 17:44:48 +0000 Subject: [PATCH] Update airframe-json, airspec to 23.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 310ebe55..81cd5860 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "23.8.1" +val AIRFRAME_VERSION = "23.8.3" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true