Skip to content

Commit

Permalink
Update sbt-pgp to 2.2.1 (#3)
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.1.2` to `2.2.1`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt-pgp/releases/tag/v2.2.1) - [Version
Diff](sbt/sbt-pgp@v2.1.2...v2.2.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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-minor, semver-spec-minor,
commit-count:1
</sup>

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 Oct 2, 2023
1 parent b57e5ce commit 260a972
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.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

// publishSigned
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

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

Expand Down

0 comments on commit 260a972

Please sign in to comment.