Commit 29b4174
authored
Update sbt-scoverage to 2.4.1 (#23)
## About this PR
📦 Updates
[org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
from `2.4.0` to `2.4.1`
📜 [GitHub Release
Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.4.1) -
[Version
Diff](scoverage/sbt-scoverage@v2.4.0...v2.4.1)
## 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/04157f650f81ee182b82820fa82ecf2defa704c7/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.scoverage", artifactId = "sbt-scoverage" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
}]
```
</details>
<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scoverage",
"artifactId" : {
"name" : "sbt-scoverage",
"maybeCrossName" : null
},
"version" : "2.4.0",
"sbtVersion" : "1.0",
"scalaVersion" : "2.12",
"configurations" : null
}
],
"newerVersions" : [
"2.4.1"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"sbt-plugin-update",
"early-semver-patch",
"semver-spec-patch",
"commit-count:1"
]
} -->1 parent e29cacb commit 29b4174
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments