From 9814d3f43306f419f73c7d37ab46a49b6669b407 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Aug 2023 23:25:42 +0000 Subject: [PATCH] Update airframe-json, airspec to 23.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 310ebe55..8f83f27d 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.6" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true