Skip to content

Commit

Permalink
Update airframe-codec, airframe-control, ... to 22.9.2 (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 19, 2022
1 parent c3523dd commit 1fd1918
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.9.0"
val AIRSPEC_VERSION = "22.9.2"
val SCALACHECK_VERSION = "1.17.0"
val MSGPACK_VERSION = "0.9.3"
val SCALA_PARSER_COMBINATOR_VERSION = "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/build.sbt
@@ -1,4 +1,4 @@
val AIRFRAME_VERSION = "22.9.0"
val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"

// RPC API definition. This project should contain only RPC interfaces
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/build.sbt
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "22.9.0"
val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"

lazy val rpcExample =
Expand Down
2 changes: 1 addition & 1 deletion examples/rx-demo/gallery/build.sbt
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "22.9.0"
val AIRFRAME_VERSION = "22.9.2"
ThisBuild / scalaVersion := "2.13.8"

lazy val gallery =
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.9.0")
val AIRSPEC_VERSION = "22.9.0"
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "22.9.2")
val AIRSPEC_VERSION = "22.9.2"
val SCALA_2_12 = "2.12.17"

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

0 comments on commit 1fd1918

Please sign in to comment.