Add sbt-pgp, required by publishSigned in release

This commit is contained in:
Dale Wijnand 2016-11-15 23:05:48 +00:00
parent cf2f4111ec
commit f3adb2953c
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 0 deletions

1
project/pgp.sbt Normal file
View File

@ -0,0 +1 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")