Updated the flag to sbt.gigahorse

This commit is contained in:
eugene yokota 2017-09-16 01:07:35 -04:00 committed by GitHub
parent b480c9c65b
commit 0630b43374
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ object UpdateOptions {
interProjectFirst = true,
latestSnapshots = true,
cachedResolution = false,
gigahorse = sys.props.get("sbt.gigahorse.enabled") map { _.toLowerCase == "true" } getOrElse true,
gigahorse = sys.props.get("sbt.gigahorse") map { _.toLowerCase == "true" } getOrElse true,
resolverConverter = PartialFunction.empty,
moduleResolvers = Map.empty
)