Skip to content

Commit 5d79fa3

Browse files
Update sbt-scoverage to 2.4.0 (#21)
## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.3.1` to `2.4.0` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.4.0) - [Version Diff](scoverage/sbt-scoverage@v2.3.1...v2.4.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/bb32b63f00b2b78e62dd2be653e38c84c8d87d7f/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scoverage", "artifactId" : { "name" : "sbt-scoverage", "maybeCrossName" : null }, "version" : "2.3.1", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.4.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } -->
1 parent 464f7e7 commit 5d79fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")
22

33
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
66

77
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
88

0 commit comments

Comments
 (0)