Commit 36fbda6
Update airframe, airframe-codec to 2026.1.7 (#571)
## About this PR
📦 Updates
* [org.wvlet.airframe:airframe](https://github.com/wvlet/airframe)
* [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe)
from `2026.1.6` to `2026.1.7`
📜 [GitHub Release
Notes](https://github.com/wvlet/airframe/releases/tag/v2026.1.7) -
[Version
Diff](wvlet/airframe@v2026.1.6...v2026.1.7)
## 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/cd58e585c049c246b3b075679b068c27fe9f6401/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
<details>
<summary>🔍 Files still referring to the old version number</summary>
The following files still refer to the old version number (2026.1.6).
You might want to review and update them manually.
```
docs/.vitepress/config.mts
plans/2026-04-18-dynamic-doc-version.md
```
</details>
<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, early-semver-patch, semver-spec-patch,
old-version-remains, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForGroupId" : {
"forArtifactIds" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.wvlet.airframe",
"artifactId" : {
"name" : "airframe",
"maybeCrossName" : "airframe_3"
},
"version" : "2026.1.6",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"2026.1.7"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.wvlet.airframe",
"artifactId" : {
"name" : "airframe-codec",
"maybeCrossName" : "airframe-codec_3"
},
"version" : "2026.1.6",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"2026.1.7"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"old-version-remains",
"commit-count:1"
]
} -->
Co-authored-by: scala-steward <leo+bot@xerial.org>1 parent c50d928 commit 36fbda6
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments