From 8242b785525b32d3c9eff5bdd14a75b811d551ba Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 23 Feb 2024 00:21:20 -0800 Subject: [PATCH] Update sbt, sbt-dependency-tree, ... to 1.9.9 (#3400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.9.8` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.8...v1.9.9) ## 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!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt" } }] ```
labels: library-update --- airspec/project/build.properties | 2 +- examples/rpc-examples/hello-rpc/project/build.properties | 2 +- examples/rpc-examples/rpc-scalajs/project/build.properties | 2 +- examples/rx-demo/gallery/project/build.properties | 2 +- project/build.properties | 2 +- sbt-airframe/project/build.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/airspec/project/build.properties b/airspec/project/build.properties index c444aada47..1b096fa927 100644 --- a/airspec/project/build.properties +++ b/airspec/project/build.properties @@ -11,4 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/examples/rpc-examples/hello-rpc/project/build.properties b/examples/rpc-examples/hello-rpc/project/build.properties index abbbce5da4..04267b14af 100644 --- a/examples/rpc-examples/hello-rpc/project/build.properties +++ b/examples/rpc-examples/hello-rpc/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/examples/rpc-examples/rpc-scalajs/project/build.properties b/examples/rpc-examples/rpc-scalajs/project/build.properties index abbbce5da4..04267b14af 100644 --- a/examples/rpc-examples/rpc-scalajs/project/build.properties +++ b/examples/rpc-examples/rpc-scalajs/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/examples/rx-demo/gallery/project/build.properties b/examples/rx-demo/gallery/project/build.properties index abbbce5da4..04267b14af 100644 --- a/examples/rx-demo/gallery/project/build.properties +++ b/examples/rx-demo/gallery/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/project/build.properties b/project/build.properties index c444aada47..1b096fa927 100755 --- a/project/build.properties +++ b/project/build.properties @@ -11,4 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/sbt-airframe/project/build.properties b/sbt-airframe/project/build.properties index c444aada47..1b096fa927 100644 --- a/sbt-airframe/project/build.properties +++ b/sbt-airframe/project/build.properties @@ -11,4 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.9.8 +sbt.version=1.9.9