Commit 129bd34
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- examples
- rpc-examples
- hello-rpc
- project
- rpc-scalajs
- project
- rx-demo/gallery
5 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments