aboutsummaryrefslogtreecommitdiff
path: root/coursier
diff options
context:
space:
mode:
Diffstat (limited to 'coursier')
-rw-r--r--coursier/Coursier.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/coursier/Coursier.scala b/coursier/Coursier.scala
index 8a66aee..f5727a7 100644
--- a/coursier/Coursier.scala
+++ b/coursier/Coursier.scala
@@ -40,7 +40,7 @@ object Coursier{
case Right(file) => file
})
- resolution.dependencies.map( d => cbt.JavaDependency(d.module.organization,d.module.name, d.version)).to[collection.immutable.Seq]
+ resolution.dependencies.map( d => cbt.JavaDependency(d.module.organization,d.module.name, d.version)).toVector
}
}
}