Skip to content
Merged
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 airframe-json, airspec to 23.12.1
  • Loading branch information
scala-steward committed Jan 13, 2024
commit e33c26fdd8f19f33353fc4c0b83c2beb8f2e94c3
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq(
Tags.limit(Tags.Test, 1)
)

val AIRFRAME_VERSION = "23.11.3"
val AIRFRAME_VERSION = "23.12.1"

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