Skip to content

Commit

Permalink
Update sbt-coveralls to 1.3.15 (#719)
Browse files Browse the repository at this point in the history
## 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"
  ]
} -->
  • Loading branch information
scala-steward authored Jan 27, 2025
1 parent e933a19 commit 90e8bec
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,6 +1,6 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")

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

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

Expand Down

0 comments on commit 90e8bec

Please sign in to comment.