From f05db0ceef0cec24473e3b931bd683f889d79170 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 24 Oct 2024 21:22:14 -0700 Subject: [PATCH] Update airframe-codec, airframe-control, ... to 24.10.0 (#3695) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates * [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-control](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-codegen](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `24.9.3` to `24.10.0` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.10.0) - [Version Diff](https://github.com/wvlet/airframe/compare/v24.9.3...v24.10.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number The following files still refer to the old version number (24.9.3). You might want to review and update them manually. ``` build.sbt sbt-airframe/build.sbt ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ```
labels: library-update --- examples/rpc-examples/hello-rpc/build.sbt | 2 +- examples/rpc-examples/hello-rpc/project/plugins.sbt | 2 +- examples/rpc-examples/rpc-scalajs/build.sbt | 2 +- examples/rpc-examples/rpc-scalajs/project/plugins.sbt | 2 +- examples/rx-demo/gallery/build.sbt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/rpc-examples/hello-rpc/build.sbt b/examples/rpc-examples/hello-rpc/build.sbt index be4423ba7..c29c23689 100644 --- a/examples/rpc-examples/hello-rpc/build.sbt +++ b/examples/rpc-examples/hello-rpc/build.sbt @@ -1,4 +1,4 @@ -val AIRFRAME_VERSION = "24.9.3" +val AIRFRAME_VERSION = "24.10.0" ThisBuild / scalaVersion := "3.2.2" // RPC API definition. This project should contain only RPC interfaces diff --git a/examples/rpc-examples/hello-rpc/project/plugins.sbt b/examples/rpc-examples/hello-rpc/project/plugins.sbt index 254f71c8e..00d079398 100644 --- a/examples/rpc-examples/hello-rpc/project/plugins.sbt +++ b/examples/rpc-examples/hello-rpc/project/plugins.sbt @@ -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.9.3") +addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") diff --git a/examples/rpc-examples/rpc-scalajs/build.sbt b/examples/rpc-examples/rpc-scalajs/build.sbt index 1ba0dd602..e41458271 100644 --- a/examples/rpc-examples/rpc-scalajs/build.sbt +++ b/examples/rpc-examples/rpc-scalajs/build.sbt @@ -1,6 +1,6 @@ Global / onChangedBuildSource := ReloadOnSourceChanges -val AIRFRAME_VERSION = "24.9.3" +val AIRFRAME_VERSION = "24.10.0" ThisBuild / scalaVersion := "3.2.2" lazy val rpcExample = diff --git a/examples/rpc-examples/rpc-scalajs/project/plugins.sbt b/examples/rpc-examples/rpc-scalajs/project/plugins.sbt index 76eb2e0b0..e16343a25 100644 --- a/examples/rpc-examples/rpc-scalajs/project/plugins.sbt +++ b/examples/rpc-examples/rpc-scalajs/project/plugins.sbt @@ -1,6 +1,6 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" -addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.9.3") +addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.10.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") diff --git a/examples/rx-demo/gallery/build.sbt b/examples/rx-demo/gallery/build.sbt index 9e2ba21af..cfe5ccd04 100644 --- a/examples/rx-demo/gallery/build.sbt +++ b/examples/rx-demo/gallery/build.sbt @@ -1,6 +1,6 @@ Global / onChangedBuildSource := ReloadOnSourceChanges -val AIRFRAME_VERSION = "24.9.3" +val AIRFRAME_VERSION = "24.10.0" ThisBuild / scalaVersion := "2.13.15" lazy val gallery =