aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt/0.13/build.sbt
blob: 364eece1ef634f81dca0a28e649cdda239671488 (plain) (blame)
1
2
3
4
5
6
7
8
import com.typesafe.sbt.pgp.PgpKeys._
gpgCommand in Global := "gpg2"
pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
useGpgAgent in Global := true
useGpg in Global := true

import org.ensime.EnsimeCoursierKeys._
ensimeServerVersion in ThisBuild := "2.0.0-SNAPSHOT"