mirror of https://github.com/sbt/sbt.git
use ivyConfigurations for interDependencies instead of scope configurations
This commit is contained in:
parent
dcd84a48ab
commit
c2ea5746a6
|
|
@ -295,6 +295,7 @@ object Configurations
|
|||
def defaultMavenConfigurations: Seq[Configuration] = Seq(Compile, Runtime, Test, Provided, Optional)
|
||||
def defaultInternal: Seq[Configuration] = Seq(CompileInternal, RuntimeInternal, TestInternal)
|
||||
def auxiliary: Seq[Configuration] = Seq(Sources, Docs, Pom)
|
||||
def names(cs: Seq[Configuration]) = cs.map(_.name)
|
||||
|
||||
lazy val RuntimeInternal = optionalInternal(Runtime)
|
||||
lazy val TestInternal = fullInternal(Test)
|
||||
|
|
|
|||
Loading…
Reference in New Issue