File tree 2 files changed +8
-9
lines changed 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -458,18 +458,17 @@ build += {
458
458
]
459
459
}
460
460
461
- // forked (October 2017) to work around unfriendliness between dbuild
462
- // and sbt-houserules 0.3.4; details at
463
- // https://github.com/scala/community-builds/issues/603 . we should
464
- // be able to unfork now that sbt 0.13.17 is out, once a new sbt-houserules
465
- // removes the offending workaround code
466
461
${vars.base} {
467
462
name: "sbinary"
468
463
uri: ${vars.uris.sbinary-uri}
469
464
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
470
- // may be needed again once we're on current sbt-houserules again
471
- // extra.commands: ${vars.default-commands} ["set every scalafmtOnCompile := false"]
472
- // check-missing: false // ignore missing scalafmt
465
+ // we have to disable this early (extra.commands isn't soon enough)
466
+ // or scalafmt will run `update` and `cloc-plugin` won't be found
467
+ extra.settings: ${vars.base.extra.settings} [
468
+ "scalafmtOnCompile in ThisBuild := false"
469
+ "scalafmtOnCompile in Sbt := false"
470
+ ]
471
+ check-missing: false // ignore missing scalafmt
473
472
}
474
473
475
474
${vars.base} {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ vars.uris: {
76
76
play-ws-uri: "https://github.com/playframework/play-ws.git"
77
77
pprint-uri: "https://github.com/lihaoyi/pprint.git"
78
78
pureconfig-uri: "https://github.com/SethTisue/pureconfig.git#community-build-2.12" # was pureconfig, master
79
- sbinary-uri: "https://github.com/scalacommunitybuild /sbinary.git#community-build-2.12" # was sbt, master
79
+ sbinary-uri: "https://github.com/sbt /sbinary.git"
80
80
sbt-io-uri: "https://github.com/sbt/io.git#v1.1.3"
81
81
sbt-librarymanagement-uri: "https://github.com/sbt/librarymanagement.git#v1.1.2"
82
82
sbt-testng-uri: "https://github.com/sbt/sbt-testng.git"
You can’t perform that action at this time.
0 commit comments