Skip to content

Commit

Permalink
Avoid a race between formatting and scaladoc scalameta#90
Browse files Browse the repository at this point in the history
  • Loading branch information
nigredo-tori authored Apr 10, 2020
1 parent 04dd323 commit 2534b3b
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 2534b3b

Please sign in to comment.