Skip to content

Commit 129bd34

Browse files
authored
Update airframe-http, airframe-http-netty, ... to 2025.1.24 (#4136)
## About this PR 📦 Updates * [org.wvlet.airframe:airframe-http](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-rx-html](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `2025.1.23` to `2025.1.24` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.24) - [Version Diff](v2025.1.23...v2025.1.24) ## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> 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" } }] ``` </details> <sup> labels: library-update </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http", "maybeCrossName" : "airframe-http_3" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http", "maybeCrossName" : "airframe-http_sjs1_3" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.24" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http-netty", "maybeCrossName" : "airframe-http-netty_3" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.24" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-launcher", "maybeCrossName" : "airframe-launcher_3" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.24" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-rx-html", "maybeCrossName" : "airframe-rx-html_sjs1_2.13" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-rx-html", "maybeCrossName" : "airframe-rx-html_sjs1_3" }, "version" : "2025.1.23", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.24" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "sbt-airframe", "maybeCrossName" : null }, "version" : "2025.1.23", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2025.1.24" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update" ] } -->
1 parent eac87cc commit 129bd34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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 = "2025.1.23"
1+
val AIRFRAME_VERSION = "2025.1.24"
22
ThisBuild / scalaVersion := "3.2.2"
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.23")
4-
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "2025.1.23")
4+
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "2025.1.24")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")

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 = "2025.1.23"
3+
val AIRFRAME_VERSION = "2025.1.24"
44
ThisBuild / scalaVersion := "3.2.2"
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" % "2025.1.23")
3+
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "2025.1.24")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
66
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

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 = "2025.1.23"
3+
val AIRFRAME_VERSION = "2025.1.24"
44
ThisBuild / scalaVersion := "2.13.18"
55

66
lazy val gallery =

0 commit comments

Comments
 (0)