Skip to content

Commit

Permalink
Update airframe-codec, airframe-control, ... to 24.9.3 (#3670)
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)
* [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)

 from `24.9.1` to `24.9.3`

📜 [GitHub Release
Notes](https://github.com/wvlet/airframe/releases/tag/v24.9.3) -
[Version
Diff](v24.9.1...v24.9.3)

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
  • Loading branch information
xerial-bot authored Sep 30, 2024
1 parent 234728c commit 49a6a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val targetScalaVersions = SCALA_3 :: uptoScala2
// Add this for using snapshot versions
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.1")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.3")
val SCALACHECK_VERSION = "1.18.1"
val MSGPACK_VERSION = "0.9.8"
val SCALA_PARSER_COMBINATOR_VERSION = "2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Reload build.sbt on changes
Global / onChangedBuildSource := ReloadOnSourceChanges

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.9.1")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.1")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.9.3")
val AIRSPEC_VERSION = sys.env.getOrElse("AIRSPEC_VERSION", "24.9.3")
val SCALA_2_12 = "2.12.20"

ThisBuild / organization := "org.wvlet.airframe"
Expand Down

0 comments on commit 49a6a93

Please sign in to comment.