Commit 0cb6e52
authored
Update sbt-scalafmt to 2.6.0 (#46)
## About this PR
📦 Updates
[org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt)
from `2.5.6` to `2.6.0`
📜 [GitHub Release
Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.6.0) -
[Version
Diff](scalameta/sbt-scalafmt@v2.5.6...v2.6.0)
## 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/7745bda5a409ead1d6d39a301f4e2b2e74137a82/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.scalameta", artifactId = "sbt-scalafmt" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
}]
```
</details>
<sup>
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scalameta",
"artifactId" : {
"name" : "sbt-scalafmt",
"maybeCrossName" : null
},
"version" : "2.5.6",
"sbtVersion" : "1.0",
"scalaVersion" : "2.12",
"configurations" : null
}
],
"newerVersions" : [
"2.6.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"sbt-plugin-update",
"early-semver-minor",
"semver-spec-minor",
"commit-count:1"
]
} -->1 parent a373696 commit 0cb6e52
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments