We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d2220 commit b2fbe5cCopy full SHA for b2fbe5c
1 file changed
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.22"
+val AIRFRAME_VERSION = "2025.1.27"
7
8
// Use dynamic snapshot version strings for non tagged versions
9
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments