Open graingert opened 8 years ago
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
currently it's a bit easy to accidentally load bad packages
it would be better if update ran check-pgp-signatures