From 5883ea92762ffc123c771622c56983df42c52069 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Feb 2022 21:07:05 +0100 Subject: [PATCH] Update airframe-json, airspec to 22.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b8c4b9d5..6f579b60 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1) ) -val AIRFRAME_VERSION = "21.12.1" +val AIRFRAME_VERSION = "22.2.0" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true