mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
return Provided to be transitive, ref #42
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user