Skip to content

Commit 1ce695d

Browse files
authored
Update sbt-airframe to 23.9.3 (#3247)
## About this PR 📦 Updates [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `23.6.2` to `23.9.3` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.9.3) - [Version Diff](v23.6.2...v23.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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", 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>
1 parent 377faf0 commit 1ce695d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
1111
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
1212

1313
// For integration testing
14-
val SBT_AIRFRAME_VERSION = sys.env.getOrElse("SBT_AIRFRAME_VERSION", "23.6.2")
14+
val SBT_AIRFRAME_VERSION = sys.env.getOrElse("SBT_AIRFRAME_VERSION", "23.9.3")
1515
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % SBT_AIRFRAME_VERSION)
1616

1717
addDependencyTreePlugin

0 commit comments

Comments
 (0)