Skip to content

Commit d23e489

Browse files
committed
Update airframe-json, airspec to 2026.1.6
1 parent ca3fa54 commit d23e489

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

build.sbt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33
// For performance testing, ensure each test run one-by-one
44
Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1))
55

6-
val AIRFRAME_VERSION = "2025.1.27"
6+
val AIRFRAME_VERSION = "2026.1.6"
77

88
// Use dynamic snapshot version strings for non tagged versions
99
ThisBuild / dynverSonatypeSnapshots := true
@@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
125125
"org.msgpack.value",
126126
"org.msgpack.value.impl"
127127
),
128-
OsgiKeys.importPackage :=
129-
Seq(
130-
"!android.os",
131-
"!sun.*"
132-
),
128+
OsgiKeys.importPackage := Seq("!android.os", "!sun.*"),
133129
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
134130
Test / javaOptions ++=
135131
Seq(

0 commit comments

Comments
 (0)