mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
Fix typo: cachedResolution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user