From 4a66fa3263709d0af3573073736ae0605d9a4262 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 5 Oct 2024 01:20:49 -0700 Subject: [PATCH] Update sbt-pgp to 2.3.0 (#3674) 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/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number The following files still refer to the old version number (2.2.1). You might want to review and update them manually. ``` airspec/project/plugin.sbt docs/release-notes.md project/plugin.sbt website/static/img/undraw_youtube_tutorial.svg ```
⚙ 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 --- airspec/project/plugin.sbt | 2 +- project/plugin.sbt | 2 +- sbt-airframe/project/plugin.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airspec/project/plugin.sbt b/airspec/project/plugin.sbt index 480eb765b..23f47f805 100755 --- a/airspec/project/plugin.sbt +++ b/airspec/project/plugin.sbt @@ -1,7 +1,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.19") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") diff --git a/project/plugin.sbt b/project/plugin.sbt index 481648431..fe1a35a6a 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") diff --git a/sbt-airframe/project/plugin.sbt b/sbt-airframe/project/plugin.sbt index ce1e0bad8..2aee8cae1 100755 --- a/sbt-airframe/project/plugin.sbt +++ b/sbt-airframe/project/plugin.sbt @@ -1,7 +1,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.19") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")