Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update airspec to 2025.1.23
  • Loading branch information
scala-steward committed Jan 3, 2026
commit e2bbd18a7e7bb61c1cdce2c5f599f3f8006bdea0
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
// For performance testing, ensure each test run one-by-one
Global / concurrentRestrictions := Seq(Tags.limit(Tags.Test, 1))

val AIRFRAME_VERSION = "2025.1.22"
val AIRFRAME_VERSION = "2025.1.23"

// Use dynamic snapshot version strings for non tagged versions
ThisBuild / dynverSonatypeSnapshots := true
Expand Down
Loading