Commit b0b80ef
authored
Support sebastian/diff 9 (#93)
UnifiedDiffOutputBuilder was removed in sebastian/diff 9.0.0, while the
constraint here already allows ^9. Installing that version makes
--ensure-sync fatal with "Class UnifiedDiffOutputBuilder not found"
before it compares a single file.
StrictUnifiedDiffOutputBuilder renders the same header through fromFile
and toFile, and both options exist in ^7, ^8 and ^9, so the constraint
can stay as it is.1 parent 00ecae2 commit b0b80ef
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
0 commit comments