Fix typo: cachedResolution

This commit is contained in:
Vincent PERICART 2019-09-12 10:34:44 +09:00
parent 686bd9c9be
commit d4f2b23781
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ final class UpdateOptions private[sbt] (
copy(interProjectFirst = interProjectFirst)
def withLatestSnapshots(latestSnapshots: Boolean): UpdateOptions =
copy(latestSnapshots = latestSnapshots)
def withCachedResolution(cachedResoluton: Boolean): UpdateOptions =
copy(cachedResolution = cachedResoluton)
def withCachedResolution(cachedResolution: Boolean): UpdateOptions =
copy(cachedResolution = cachedResolution)
def withGigahorse(gigahorse: Boolean): UpdateOptions =
copy(gigahorse = gigahorse)