aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-09-09 01:11:33 -0700
committerJakob Odersky <jakob@odersky.com>2016-09-09 01:11:33 -0700
commit5f4ce62125ad7af9a08a0843d7284c1f2f3fe961 (patch)
tree46725f683f221f2faa24261988a616207cd695b7 /home/.sbt
parentd2b82e185b7f79b851c3f7f03e45a7fda3a3584e (diff)
downloaddotfiles-5f4ce62125ad7af9a08a0843d7284c1f2f3fe961.tar.gz
dotfiles-5f4ce62125ad7af9a08a0843d7284c1f2f3fe961.tar.bz2
dotfiles-5f4ce62125ad7af9a08a0843d7284c1f2f3fe961.zip
Use gpg2 in sbt
Diffstat (limited to 'home/.sbt')
-rw-r--r--home/.sbt/0.13/build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.sbt/0.13/build.sbt b/home/.sbt/0.13/build.sbt
index 7cb6766..a9d3b22 100644
--- a/home/.sbt/0.13/build.sbt
+++ b/home/.sbt/0.13/build.sbt
@@ -2,6 +2,7 @@
* PGP
*/
import com.typesafe.sbt.pgp.PgpKeys._
+gpgCommand in Global := "gpg2"
pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
useGpgAgent in Global := true
useGpg in Global := true