Commit 5597ce8
committed
CI: sequence sbt commands with ';' for sbt 2.x
sbt 2.x parses the CLI as a single command line, so space-separated commands
(clean scalafmtCheck fullTest) no longer work - use 'clean; scalafmtCheckAll; fullTest'.
Also switched to scalafmtCheckAll to cover build (.sbt) sources too.1 parent 3f2beed commit 5597ce8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
0 commit comments