mirror of https://github.com/sbt/sbt.git
Update USAGE
This commit is contained in:
parent
30303c95f6
commit
27e7c49207
1
USAGE.md
1
USAGE.md
|
|
@ -32,6 +32,7 @@ for (dep <- resolution.dependencies if resolution.projectsCache.contains(dep.mod
|
|||
for (dep <- resolution.dependencies if resolution.errors.contains(dep.module))
|
||||
println(resolution.errors(dep.module))
|
||||
|
||||
// Downloading them
|
||||
import coursier.core.ArtifactDownloader
|
||||
|
||||
val dl = ArtifactDownloader(repository.mavenCentral.root, new java.io.File("cache"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue