Skip to content

Commit f0a002e

Browse files
authored
Merge pull request #586 from scala-steward/update/sbt-pgp-2.1.0
Update sbt-pgp to 2.1.0
2 parents 5b24bbf + 9b34d10 commit f0a002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def isStaging = sys.props.contains("mimabuild.staging")
1212
resolvers ++= (if (isStaging) List(stagingResolver) else Nil)
1313

1414
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
15-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
15+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0")
1616
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
1717
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")

0 commit comments

Comments
 (0)