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 918a396 commit 2120f66Copy full SHA for 2120f66
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.18"
+val AIRFRAME_VERSION = "2025.1.21"
7
8
// Use dynamic snapshot version strings for non tagged versions
9
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments