Skip to content

Commit

Permalink
Avoid a race between formatting and scaladoc #90 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigredo-tori authored Apr 10, 2020
1 parent 04dd323 commit b47d761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ object ScalafmtPlugin extends AutoPlugin {
Def.task(())
}
}.value,
compileInputs in compile := (compileInputs in compile)
sources in Compile := (sources in Compile)
.dependsOn(scalafmtDoFormatOnCompile)
.value,
scalafmtOnly := {
Expand Down

0 comments on commit b47d761

Please sign in to comment.