Skip to content

Commit

Permalink
Feed the whole classpath to scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jan 6, 2024
1 parent d62943f commit b840857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trait ScalafixModule extends ScalaModule {
T.ctx().log,
repositoriesTask(),
filesToFix(sources()).map(_.path),
Seq(semanticDbData().path),
classpath = (compileClasspath() ++ localClasspath() ++ Seq(semanticDbData())).iterator.toSeq.map(_.path),
scalaVersion(),
scalafixScalaBinaryVersion(),
scalacOptions(),
Expand Down

0 comments on commit b840857

Please sign in to comment.