Skip to content

Commit 756b849

Browse files
Update sbt, sbt-dependency-tree, ... to 1.11.7 (#4854)
## 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.11.6` to `1.11.7` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version Diff](sbt/sbt@v1.11.6...v1.11.7) ## 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/2a028a134addd16dff0b99a189a295a348991c53/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.scala-sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "sbt", "maybeCrossName" : null }, "version" : "1.11.6", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.11.7" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "sbt-dependency-tree", "maybeCrossName" : null }, "version" : "1.11.6", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "1.11.7" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "scripted-plugin", "maybeCrossName" : "scripted-plugin_2.12" }, "version" : "1.11.6", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.11.7" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "version-scheme:early-semver", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent b38babe commit 756b849

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

β€Žproject/build.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

0 commit comments

Comments
Β (0)