Update USAGE

This commit is contained in:
Alexandre Archambault 2015-06-16 20:52:52 +02:00
parent 30303c95f6
commit 27e7c49207
1 changed files with 1 additions and 0 deletions

View File

@ -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"))