Merge pull request #321 from mauhiz/feature-typo-resolution

Fix typo: cachedResolution
This commit is contained in:
eugene yokota
2019-09-11 22:49:21 -04:00
committed by GitHub
@@ -37,8 +37,8 @@ final class UpdateOptions private[sbt] (
copy(interProjectFirst = interProjectFirst) copy(interProjectFirst = interProjectFirst)
def withLatestSnapshots(latestSnapshots: Boolean): UpdateOptions = def withLatestSnapshots(latestSnapshots: Boolean): UpdateOptions =
copy(latestSnapshots = latestSnapshots) copy(latestSnapshots = latestSnapshots)
def withCachedResolution(cachedResoluton: Boolean): UpdateOptions = def withCachedResolution(cachedResolution: Boolean): UpdateOptions =
copy(cachedResolution = cachedResoluton) copy(cachedResolution = cachedResolution)
def withGigahorse(gigahorse: Boolean): UpdateOptions = def withGigahorse(gigahorse: Boolean): UpdateOptions =
copy(gigahorse = gigahorse) copy(gigahorse = gigahorse)