Merge pull request #3179 from eed3si9n/wip/zero

[sbt 0.13] Add an alias for Global called Zero
This commit is contained in:
eugene yokota 2017-05-10 16:48:26 -04:00 committed by GitHub
commit 9ecc7db8f7
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ package object sbt extends sbt.std.TaskExtra with sbt.Types with sbt.ProcessExtr
final val ThisScope = Scope.ThisScope
final val GlobalScope = Scope.GlobalScope
// Added for sbt 1.0 compatibility
final val Zero = Global
import sbt.{ Configurations => C }
final val Compile = C.Compile