Commit 6c7e8e6
Update sbt, scripted-plugin to 1.11.7 (#334)
## About this PR
📦 Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.1` to `1.11.7`
📜 [GitHub Release
Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version
Diff](sbt/sbt@v1.11.1...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/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" } ]
```
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, old-version-remains, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForGroupId" : {
"forArtifactIds" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scala-sbt",
"artifactId" : {
"name" : "sbt",
"maybeCrossName" : null
},
"version" : "1.11.1",
"sbtVersion" : null,
"scalaVersion" : null,
"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.1",
"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",
"old-version-remains",
"commit-count:1"
]
} -->
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: Adam Warski <[email protected]>1 parent 1cb8292 commit 6c7e8e6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments