Skip to content

Commit

Permalink
Add ScalafixProject#componentProjectReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 25, 2023
1 parent b8b9269 commit 1997732
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ final class ScalafixProject private (

lazy val componentProjects = Seq(rules, input, output, tests)

def componentProjectReferences = componentProjects.map(x => (x: ProjectReference))

def in(dir: File): ScalafixProject =
new ScalafixProject(
name,
Expand Down

0 comments on commit 1997732

Please sign in to comment.