Skip to content

Commit

Permalink
Update sbt-airframe to 23.6.2 (#3047)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
from `23.6.1` to `23.6.2`

πŸ“œ [GitHub Release
Notes](https://github.com/wvlet/airframe/releases/tag/v23.6.2) -
[Version
Diff](v23.6.1...v23.6.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/2ef77887d3e25d2b5c2d9c893579e0c6ef4a351f/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.6.1).
You might want to review and update them manually.
```
airframe-ulid/src/test/scala/wvlet/airframe/ulid/PrefixedULIDTest.scala
build.sbt
sbt-airframe/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/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", artifactId = "sbt-airframe" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.wvlet.airframe", artifactId = "sbt-airframe" }
}]
```
</details>

<sup>
labels: sbt-plugin-update
</sup>
  • Loading branch information
xerial-bot authored Jul 5, 2023
1 parent dd1dfcd commit c42c85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

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

addDependencyTreePlugin
Expand Down

0 comments on commit c42c85a

Please sign in to comment.