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 cab4459 commit 933b8d0Copy full SHA for 933b8d0
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.16"
+val AIRFRAME_VERSION = "2025.1.18"
7
8
// Use dynamic snapshot version strings for non tagged versions
9
ThisBuild / dynverSonatypeSnapshots := true
0 commit comments