Update sbt-pgp to 2.2.1

This commit is contained in:
xerial-bot 2022-12-06 04:11:05 +00:00
parent 169facb1a5
commit d90c8ffb88
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.14")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")