Skip to content

Commit 36fbda6

Browse files
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

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addCommandAlias("publishJSSigned", s"projectJS/publishSigned")
2424
addCommandAlias("publishNativeSigned", s"projectNative/publishSigned")
2525

2626
val SCALA_3 = "3.8.4"
27-
val AIRFRAME_VERSION = "2026.1.6"
27+
val AIRFRAME_VERSION = "2026.1.7"
2828
val AWS_SDK_VERSION = "2.46.12"
2929
val JS_JAVA_LOGGING_VERSION = "1.0.0"
3030
val JUNIT_PLATFORM_VERSION = "6.1.0"

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++=
66
"org.scala-lang.modules" %% "scala-parser-combinators" % "always"
77
)
88

9-
val AIRFRAME_VERSION = "2026.1.6"
9+
val AIRFRAME_VERSION = "2026.1.7"
1010

1111
// For GPG signing published artifacts
1212
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)