mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Merge pull request #321 from mauhiz/feature-typo-resolution
Fix typo: cachedResolution
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user