mirror of https://github.com/sbt/sbt.git
enable plugin automatically
This commit is contained in:
parent
8f107639ae
commit
191d12aa7a
|
|
@ -23,4 +23,6 @@ object DependencyGraphPlugin extends AutoPlugin {
|
||||||
object autoImport extends DependencyGraphKeys
|
object autoImport extends DependencyGraphKeys
|
||||||
|
|
||||||
override def projectSettings: Seq[Def.Setting[_]] = DependencyGraphSettings.graphSettings
|
override def projectSettings: Seq[Def.Setting[_]] = DependencyGraphSettings.graphSettings
|
||||||
|
|
||||||
|
override def trigger: PluginTrigger = AllRequirements
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue