aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt/0.13/build.sbt
blob: a343312d4eb2ed1cdae7e8201815af306d3d7d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * PGP
 */
import com.typesafe.sbt.pgp.PgpKeys._
pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
useGpgAgent in Global := true
useGpg in Global := true

/*
 * Bintray
 */
bintray.BintrayKeys.bintrayReleaseOnPublish := false