Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DependencyAnalyzer extends StandardPlugin:
"dependencies which are directly included in the code, or " +
"including unused dependencies."

def init(options: List[String]): List[PluginPhase] =
override def init(options: List[String]): List[PluginPhase] =
(new DependencyAnalyzerPhase) :: Nil

class DependencyAnalyzerPhase extends PluginPhase:
Expand All @@ -30,4 +30,4 @@ class DependencyAnalyzerPhase extends PluginPhase:
override val runsBefore = Set(Staging.name)

override def transformApply(tree: Apply)(implicit ctx: Context): Tree =
tree
tree