From 26d19966044a05f9cc8f03ab9c99ae19c561ee6c Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Fri, 30 Dec 2022 02:34:21 +0000 Subject: [PATCH] Update sbt-pgp to 2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 977d1dc..8cd7ac8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")