From f3d59aad2e190f57c941c26b5c080347f1ae707f Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 4 Nov 2024 11:57:15 -0800 Subject: [PATCH] Update sbt, sbt-dependency-tree, ... to 1.10.5 (#3712) 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.10.4` to `1.10.5` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.5) - [Version Diff](https://github.com/sbt/sbt/compare/v1.10.4...v1.10.5) ## 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!_
âš™ 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 90d35719c..62810e544 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.10.4 +sbt.version=1.10.5 diff --git a/examples/rpc-examples/hello-rpc/project/build.properties b/examples/rpc-examples/hello-rpc/project/build.properties index 09feeeed5..db1723b08 100644 --- a/examples/rpc-examples/hello-rpc/project/build.properties +++ b/examples/rpc-examples/hello-rpc/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 +sbt.version=1.10.5 diff --git a/examples/rpc-examples/rpc-scalajs/project/build.properties b/examples/rpc-examples/rpc-scalajs/project/build.properties index 09feeeed5..db1723b08 100644 --- a/examples/rpc-examples/rpc-scalajs/project/build.properties +++ b/examples/rpc-examples/rpc-scalajs/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 +sbt.version=1.10.5 diff --git a/examples/rx-demo/gallery/project/build.properties b/examples/rx-demo/gallery/project/build.properties index 09feeeed5..db1723b08 100644 --- a/examples/rx-demo/gallery/project/build.properties +++ b/examples/rx-demo/gallery/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 +sbt.version=1.10.5 diff --git a/project/build.properties b/project/build.properties index 90d35719c..62810e544 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.10.4 +sbt.version=1.10.5 diff --git a/sbt-airframe/project/build.properties b/sbt-airframe/project/build.properties index 90d35719c..62810e544 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.10.4 +sbt.version=1.10.5