Skip to content

Commit

Permalink
Update airframe-codec, airframe-control, ... to 23.11.2 (#3273)
Browse files Browse the repository at this point in the history
## 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-codegen](https://github.com/wvlet/airframe)
* [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)

 from `23.11.0` to `23.11.2`

📜 [GitHub Release
Notes](https://github.com/wvlet/airframe/releases/tag/v23.11.2) -
[Version
Diff](v23.11.0...v23.11.2)

## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 (23.11.0).
You might want to review and update them manually.
```
build.sbt
```
</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
</sup>
  • Loading branch information
xerial-bot authored Nov 12, 2023
1 parent df5f46a commit b88b73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")

// For integration testing
val SBT_AIRFRAME_VERSION = sys.env.getOrElse("SBT_AIRFRAME_VERSION", "23.11.0")
val SBT_AIRFRAME_VERSION = sys.env.getOrElse("SBT_AIRFRAME_VERSION", "23.11.2")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % SBT_AIRFRAME_VERSION)

addDependencyTreePlugin
Expand Down
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.11.0")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.11.2")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", IO.read(file("../AIRSPEC_VERSION")).trim)
val SCALA_2_12 = "2.12.18"

Expand Down

0 comments on commit b88b73a

Please sign in to comment.