From eff30f1696d4b58b4ba1790bfb800c19c7a01dbb Mon Sep 17 00:00:00 2001
From: "scala-steward-for-moia[bot]"
<97042238+scala-steward-for-moia[bot]@users.noreply.github.com>
Date: Mon, 7 Oct 2024 09:25:42 +0000
Subject: [PATCH] Update sbt-pgp to 2.3.0 (#109)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates [com.github.sbt:sbt-pgp](https://github.com/sbt/sbt-pgp) from
`2.2.1` to `2.3.0`
📜 [GitHub Release
Notes](https://github.com/sbt/sbt-pgp/releases/tag/v2.3.0) - [Version
Diff](https://github.com/sbt/sbt-pgp/compare/v2.2.1...v2.3.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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
âš™ Adjust future updates
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" }
}]
```
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor,
commit-count:1
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8063610..d6a7d48 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,7 +11,7 @@ addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.6")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
// publishSigned
-addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
+addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")