Skip to content

Commit

Permalink
Update sbt-scoverage to 2.2.0 (#335)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
from `2.0.12` to `2.2.0`

πŸ“œ [GitHub Release
Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.2.0) -
[Version
Diff](scoverage/sbt-scoverage@v2.0.12...v2.2.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/420548f5590fabcc445e00010d1615c0817c121e/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-minor, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
scala-steward committed Sep 11, 2024
1 parent 9d67e10 commit 65a0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")

Expand Down

0 comments on commit 65a0bf0

Please sign in to comment.