Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update airframe-codec, airframe-control, ... to 23.11.1 #3262

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "23.11.0"
val AIRFRAME_VERSION = "23.11.1"
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.17")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.11.0")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.11.1")
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 = "23.11.0"
val AIRFRAME_VERSION = "23.11.1"
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" % "23.11.0")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.11.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.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 = "23.11.0"
val AIRFRAME_VERSION = "23.11.1"
ThisBuild / scalaVersion := "2.13.12"

lazy val gallery =
Expand Down
Loading