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 81a9f0d commit 9c27ee5Copy full SHA for 9c27ee5
build.sbt
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
3
// For performance testing, ensure each test run one-by-one
4
Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1))
5
6
-val AIRFRAME_VERSION = "2025.1.21"
+val AIRFRAME_VERSION = "2025.1.22"
7
8
// Use dynamic snapshot version strings for non tagged versions
9
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments