Skip to content

Commit

Permalink
Update airframe-http, airframe-http-netty, ... to 24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 10, 2024
1 parent 32337ad commit c979cf9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val AIRFRAME_VERSION = "24.8.0"
val AIRFRAME_VERSION = "24.9.0"
ThisBuild / scalaVersion := "3.2.2"

// RPC API definition. This project should contain only RPC interfaces
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.20")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.8.0")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "24.8.0"
val AIRFRAME_VERSION = "24.9.0"
ThisBuild / scalaVersion := "3.2.2"

lazy val rpcExample =
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.8.0")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
2 changes: 1 addition & 1 deletion examples/rx-demo/gallery/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = "24.8.0"
val AIRFRAME_VERSION = "24.9.0"
ThisBuild / scalaVersion := "2.13.14"

lazy val gallery =
Expand Down

0 comments on commit c979cf9

Please sign in to comment.