circe-json-schema icon indicating copy to clipboard operation
circe-json-schema copied to clipboard

Update sbt-pgp to 2.2.1

Open scala-steward opened this issue 2 years ago • 1 comments

Updates com.github.sbt:sbt-pgp from 2.1.2 to 2.2.1. GitHub Release Notes - Version Diff

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 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 = "@monthly" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-pgp" }
}]

labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Dec 08 '22 14:12 scala-steward

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (00826c8) to head (2f6c4bc). Report is 10 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #197   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           35        35           
  Branches         2         4    +2     
=========================================
  Hits            35        35           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Dec 08 '22 14:12 codecov-commenter

Superseded by #260.

scala-steward avatar Oct 06 '24 13:10 scala-steward