mirror of https://github.com/sbt/sbt.git
Fix compilation error in BaseIvySpecification
This commit is contained in:
parent
d3246e5915
commit
31d71c72e2
|
|
@ -54,7 +54,7 @@ trait BaseIvySpecification extends Specification {
|
|||
|
||||
def ivyUpdateEither(module: IvySbt#Module): Either[UnresolvedWarning, UpdateReport] = {
|
||||
// IO.delete(currentTarget)
|
||||
val retrieveConfig = new RetrieveConfiguration(currentManaged, Resolver.defaultRetrievePattern)
|
||||
val retrieveConfig = new RetrieveConfiguration(currentManaged, Resolver.defaultRetrievePattern, false)
|
||||
val config = new UpdateConfiguration(Some(retrieveConfig), false, UpdateLogging.Full)
|
||||
IvyActions.updateEither(module, config, UnresolvedWarningConfiguration(), LogicalClock.unknown, Some(currentDependency), log)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue