1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-06-27 02:21:50 -08:00
parent dc6212b18d
commit 443ed190cb

View file

@ -11,7 +11,7 @@ import javax.inject.Inject
/**
* Find out if any newer versions of the dependencies are available.
*/
public class CheckVersions @Inject constructor(val depManager: DependencyManager,
class CheckVersions @Inject constructor(val depManager: DependencyManager,
val executors : KobaltExecutors, val aether: Aether) {
fun run(projects: List<Project>) = projects.forEach { run(it) }