Skip to content

Commit 90e8bec

Browse files
Update sbt-coveralls to 1.3.15 (#719)
## 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" ] } -->
1 parent e933a19 commit 90e8bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
22

3-
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
3+
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
44

55
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
66

0 commit comments

Comments
 (0)