Skip to content

Commit

Permalink
Upgrade airframe/airspec 24.9.1 (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Sep 24, 2024
1 parent c952af8 commit 65bbaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val targetScalaVersions = SCALA_3 :: uptoScala2
// Add this for using snapshot versions
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.5.1")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.1")
val SCALACHECK_VERSION = "1.18.1"
val MSGPACK_VERSION = "0.9.8"
val SCALA_PARSER_COMBINATOR_VERSION = "2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.5.1")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.5.1")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.9.1")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.1")
val SCALA_2_12 = "2.12.20"

ThisBuild / organization := "org.wvlet.airframe"
Expand Down

0 comments on commit 65bbaec

Please sign in to comment.