mirror of https://github.com/sbt/sbt.git
return Provided to be transitive, ref #42
This commit is contained in:
parent
17fad01b01
commit
8d61d78c2b
|
|
@ -317,7 +317,7 @@ object Configurations
|
|||
lazy val Default = config("default")
|
||||
lazy val Compile = config("compile")
|
||||
lazy val IntegrationTest = config("it") extend(Runtime)
|
||||
lazy val Provided = config("provided") intransitive ;
|
||||
lazy val Provided = config("provided") ;
|
||||
lazy val Docs = config("docs")
|
||||
lazy val Runtime = config("runtime") extend(Compile)
|
||||
lazy val Test = config("test") extend(Runtime)
|
||||
|
|
|
|||
Loading…
Reference in New Issue