Replace scopes with Ivy-like configuration

This commit is contained in:
Alexandre Archambault
2015-12-30 01:34:32 +01:00
parent d3cd484c15
commit e4dfc862b4
13 changed files with 241 additions and 247 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class Helper(
}
val deps = moduleVersions.map{case (mod, ver) =>
Dependency(mod, ver, scope = Scope.Runtime)
Dependency(mod, ver, configuration = "runtime")
}
val forceVersions = {