mirror of https://github.com/sbt/sbt.git
Merge pull request #3179 from eed3si9n/wip/zero
[sbt 0.13] Add an alias for Global called Zero
This commit is contained in:
commit
9ecc7db8f7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue