From d23e48969ac33da4643d31dc7e54e1b1428392ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 May 2026 18:33:29 +0000 Subject: [PATCH] Update airframe-json, airspec to 2026.1.6 --- build.sbt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index d87a7eab..a86dd866 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges // For performance testing, ensure each test run one-by-one Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1)) -val AIRFRAME_VERSION = "2025.1.27" +val AIRFRAME_VERSION = "2026.1.6" // Use dynamic snapshot version strings for non tagged versions ThisBuild / dynverSonatypeSnapshots := true @@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core")) "org.msgpack.value", "org.msgpack.value.impl" ), - OsgiKeys.importPackage := - Seq( - "!android.os", - "!sun.*" - ), + OsgiKeys.importPackage := Seq("!android.os", "!sun.*"), testFrameworks += new TestFramework("wvlet.airspec.Framework"), Test / javaOptions ++= Seq(