We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925e89a commit 6d26864Copy full SHA for 6d26864
1 file changed
build.sbt
@@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
5
// For performance testing, ensure each test run one-by-one
6
Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1))
7
8
-val AIRFRAME_VERSION = "2026.1.7"
+val AIRFRAME_VERSION = "2026.2.2"
9
10
// Use dynamic snapshot version strings for non tagged versions
11
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments