Skip to content

Commit

Permalink
Update airframe-codec, airframe-control, ... to 23.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Aug 25, 2023
1 parent c22b02c commit a9b78e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.8.4")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.8.6")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", IO.read(file("../AIRSPEC_VERSION")).trim)
val SCALA_2_12 = "2.12.18"

Expand Down

0 comments on commit a9b78e1

Please sign in to comment.