mirror of https://github.com/sbt/sbt.git
Add back, re-configure & re-enable Scalafmt
This commit is contained in:
parent
57d25161dc
commit
1c1ba43ed1
|
|
@ -304,7 +304,10 @@ private object ZincLMHelper {
|
|||
}
|
||||
}
|
||||
|
||||
private def defaultUpdateConfiguration(targetDir: File, noSource: Boolean): UpdateConfiguration = {
|
||||
private def defaultUpdateConfiguration(
|
||||
targetDir: File,
|
||||
noSource: Boolean
|
||||
): UpdateConfiguration = {
|
||||
val retrieve = RetrieveConfiguration()
|
||||
.withRetrieveDirectory(targetDir)
|
||||
.withOutputPattern(defaultRetrievePattern)
|
||||
|
|
|
|||
Loading…
Reference in New Issue