mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Replace scopes with Ivy-like configuration
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user