Skip to content

Commit be8b48e

Browse files
committed
Update airframe-http, ... to 23.2.2
1 parent d576c60 commit be8b48e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/rpc-examples/hello-rpc/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val AIRFRAME_VERSION = "23.2.1"
1+
val AIRFRAME_VERSION = "23.2.2"
22
ThisBuild / scalaVersion := "2.13.10"
33

44
// RPC API definition. This project should contain only RPC interfaces
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
22

33
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
4-
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.1")
4+
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.2")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

examples/rpc-examples/rpc-scalajs/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Global / onChangedBuildSource := ReloadOnSourceChanges
22

3-
val AIRFRAME_VERSION = "23.2.1"
3+
val AIRFRAME_VERSION = "23.2.2"
44
ThisBuild / scalaVersion := "2.13.10"
55

66
lazy val rpcExample =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
22

3-
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.1")
3+
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.2")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
66
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

examples/rx-demo/gallery/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Global / onChangedBuildSource := ReloadOnSourceChanges
22

3-
val AIRFRAME_VERSION = "23.2.1"
3+
val AIRFRAME_VERSION = "23.2.2"
44
ThisBuild / scalaVersion := "2.13.10"
55

66
lazy val gallery =

0 commit comments

Comments
 (0)