From bc1b16d79e6731eef59f2f800c1f77091c90ea7a Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 27 Nov 2023 15:57:45 +0800 Subject: [PATCH] Update sbt-pgp to 2.2.1 (#111) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d733e0..1cf2772 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.10.0") -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.1")