Skip to content

Commit

Permalink
Update sbt-pgp to 2.3.1 (#135)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [com.github.sbt:sbt-pgp](https://github.com/sbt/sbt-pgp) from
`2.3.0` to `2.3.1`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt-pgp/releases/tag/v2.3.1) - [Version
Diff](sbt/sbt-pgp@v2.3.0...v2.3.1)

## 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/e55a877397969e431e5107098941e0c7ed13ea26/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 = "com.github.sbt", artifactId = "sbt-pgp" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-pgp" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "com.github.sbt",
          "artifactId" : {
            "name" : "sbt-pgp",
            "maybeCrossName" : null
          },
          "version" : "2.3.0",
          "sbtVersion" : "1.0",
          "scalaVersion" : "2.12",
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "2.3.1"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "sbt-plugin-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Dec 16, 2024
1 parent 2d38e85 commit abab8ba
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
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

// publishSigned
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")

Expand Down

0 comments on commit abab8ba

Please sign in to comment.