Skip to content

Commit 7ff92df

Browse files
Update sbt to 1.11.5 (#330)
## About this PR πŸ“¦ Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.11.1` to `1.11.5` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.5) - [Version Diff](sbt/sbt@v1.11.1...v1.11.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/31f8cb648396db258f0ae31b31be0fef04a641dc/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>πŸ” Files still referring to the old version number</summary> The following files still refer to the old version number (1.11.1). You might want to review and update them manually. ``` project/build.sbt ``` </details> <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", artifactId = "sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "sbt", "maybeCrossName" : null }, "version" : "1.11.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.11.5" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "version-scheme:early-semver", "old-version-remains", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent 0d792ba commit 7ff92df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žproject/build.propertiesβ€Ž

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

0 commit comments

Comments
Β (0)