diff --git a/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt b/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt index 919b157e..1e1b480a 100644 --- a/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt +++ b/src/main/kotlin/com/beust/kobalt/maven/DependencyManager.kt @@ -112,7 +112,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor } /** - * @return the test dependencies for this project, including the contributors. + * @return the compile dependencies for this project, including the contributors. */ fun dependencies(project: Project, context: KobaltContext, projects: List) : List {