lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source
Other
58 stars 32 forks source link

Update sbt-pgp to 2.0.0 #196

Closed scala-steward closed 5 years ago

scala-steward commented 5 years ago

Updates com.jsuereth:sbt-pgp from 1.1.2 to 2.0.0.

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 @scala-steward in the comments below.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.jsuereth", artifactId = "sbt-pgp" } ] ```

labels: semver-major

raboof commented 5 years ago

https://github.com/sbt/sbt-pgp/releases/tag/v2.0.0 seem like pretty good changes, though incompatible.

This means we can expect some extra steps when doing the next release. I'm OK with that.