From c22b02c8eaf588a35ac7cd2393c682e7e6549d68 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 24 Aug 2023 22:17:40 -0700 Subject: [PATCH] Update sbt, sbt-dependency-tree, ... to 1.9.4 (#3162) 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.3` to `1.9.4` ## 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!_
🔍 Files still referring to the old version number The following files still refer to the old version number (1.9.3). You might want to review and update them manually. ``` docs/release-notes.md ```
⚙ 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 5d1c620c60..e62392e9f5 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.3 +sbt.version=1.9.4 diff --git a/examples/rpc-examples/hello-rpc/project/build.properties b/examples/rpc-examples/hello-rpc/project/build.properties index 52413ab79a..3040987151 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.3 +sbt.version=1.9.4 diff --git a/examples/rpc-examples/rpc-scalajs/project/build.properties b/examples/rpc-examples/rpc-scalajs/project/build.properties index 52413ab79a..3040987151 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.3 +sbt.version=1.9.4 diff --git a/examples/rx-demo/gallery/project/build.properties b/examples/rx-demo/gallery/project/build.properties index 52413ab79a..3040987151 100644 --- a/examples/rx-demo/gallery/project/build.properties +++ b/examples/rx-demo/gallery/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.3 +sbt.version=1.9.4 diff --git a/project/build.properties b/project/build.properties index 5d1c620c60..e62392e9f5 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.3 +sbt.version=1.9.4 diff --git a/sbt-airframe/project/build.properties b/sbt-airframe/project/build.properties index 5d1c620c60..e62392e9f5 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.3 +sbt.version=1.9.4