From 045c2faef1b5a69b02a7ff7e910536a0c8b1e1fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Dec 2021 21:28:39 +0100 Subject: [PATCH] Update airframe-json, airspec to 21.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14aa94b4..b8c4b9d5 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "21.12.0" +val AIRFRAME_VERSION = "21.12.1" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true