mirror of https://github.com/sbt/sbt.git
Merge pull request #4459 from alexarchambault/topic/update-classifiers-dependency-resolution
Have updateClassifiers use the dependencyResolution task
This commit is contained in:
commit
9b71ee1d6e
|
|
@ -2307,7 +2307,7 @@ object Classpaths {
|
|||
updateClassifiers := (Def.task {
|
||||
val s = streams.value
|
||||
val is = ivySbt.value
|
||||
val lm = new DependencyResolution(new IvyDependencyResolution(is))
|
||||
val lm = dependencyResolution.value
|
||||
val mod = (classifiersModule in updateClassifiers).value
|
||||
val updateConfig0 = updateConfiguration.value
|
||||
val updateConfig = updateConfig0
|
||||
|
|
|
|||
Loading…
Reference in New Issue