From f06ebecf62608d2e3ae6e65b88008b0f960dc1b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Dec 2022 04:50:51 +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 b4f66e12..50cd678d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ def isStaging = sys.props.contains("mimabuild.staging") resolvers ++= (if (isStaging) List(stagingResolver) else Nil) addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")