You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## About this PR
📦 Updates
[org.scoverage:sbt-coveralls](https://github.com/scoverage/sbt-coveralls)
from `1.3.14` to `1.3.15`
📜 [GitHub Release
Notes](https://github.com/scoverage/sbt-coveralls/releases/tag/v1.3.15)
- [Version
Diff](scoverage/sbt-coveralls@v1.3.14...v1.3.15)
## 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/6c10f0f4df0054e94ca1a28eb4170c4d411e8461/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-coveralls" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scoverage", artifactId = "sbt-coveralls" }
}]
```
</details>
<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
version-scheme:semver-spec, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scoverage",
"artifactId" : {
"name" : "sbt-coveralls",
"maybeCrossName" : null
},
"version" : "1.3.14",
"sbtVersion" : "1.0",
"scalaVersion" : "2.12",
"configurations" : null
}
],
"newerVersions" : [
"1.3.15"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"sbt-plugin-update",
"early-semver-patch",
"semver-spec-patch",
"version-scheme:semver-spec",
"commit-count:1"
]
} -->
0 commit comments