We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d75d1 commit b16a582Copy full SHA for b16a582
project/plugins.sbt
@@ -4,3 +4,4 @@ val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
4
resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
5
6
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")
7
+addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")
0 commit comments