Update sbt-pgp to 2.2.1 (#361)

* Update sbt-pgp to 2.2.1

* Revert commit(s) d90c8ff

* Update sbt-pgp to 2.2.1

* Revert commit(s) 12e4f46

* Update sbt-pgp to 2.2.1
This commit is contained in:
xerial-bot 2023-01-27 20:30:28 -08:00 committed by GitHub
parent f760098351
commit 5040e7c638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17")
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.5.0")