Skip to content

Commit

Permalink
Upgrade to airframe/airspec 22.7.3 (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jul 18, 2022
1 parent 188cb69 commit cd6622d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -9,7 +9,7 @@ val withDotty = SCALA_3_0 :: targetScalaVersions
// Add this for using snapshot versions
// ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

val AIRSPEC_VERSION = "22.7.2"
val AIRSPEC_VERSION = "22.7.3"
val SCALACHECK_VERSION = "1.16.0"
val MSGPACK_VERSION = "0.9.3"
val SCALA_PARSER_COMBINATOR_VERSION = "2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions sbt-airframe/build.sbt
@@ -1,8 +1,8 @@
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "22.7.2")
val AIRSPEC_VERSION = "22.7.2"
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "22.7.3")
val AIRSPEC_VERSION = "22.7.3"
val SCALA_2_12 = "2.12.16"

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

0 comments on commit cd6622d

Please sign in to comment.