From 7bbef863ed4f74108fef183b0c45221c87accb58 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 21 Jun 2022 16:10:51 +0000 Subject: [PATCH] Update airframe-json, airspec to 22.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 990aed1b..1c95bc3b 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "22.6.1" +val AIRFRAME_VERSION = "22.6.2" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true