set git.baseVersion in ThisBuild not GlobalScope so it works

The git plugin sets in ThisBuild which overrides GlobalScope.
This commit is contained in:
Havoc Pennington 2014-01-06 15:26:18 -05:00
parent b22e4e5d03
commit 9f31d6308e

View File

@ -8,7 +8,7 @@ import com.typesafe.sbt.SbtPgp.PgpKeys.{ useGpg, publishSigned, publishLocalSign
SbtGit.versionWithGit
SbtGit.git.baseVersion in GlobalScope := "1.1.0"
SbtGit.GitKeys.baseVersion in ThisBuild := "1.1.0"
organization in GlobalScope := "com.typesafe"