Skip to content

Commit b16a582

Browse files
committed
Add sbt-pgp plugin dependency
1 parent f5d75d1 commit b16a582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: project/plugins.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
44
resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
55

66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")

0 commit comments

Comments
 (0)