sbt-pgp
sbt-pgp copied to clipboard
overload sbt update
currently it's a bit easy to accidentally load bad packages
sbt clean update check-pgp-signatures
do some stuff
sbt update # downloads bad package
sbt compile # compiles bad package into build
it would be better if update ran check-pgp-signatures
+1