mirror of https://github.com/sbt/sbt.git
377 B
377 B
Fixes with compatibility implications
Improvements
Add new global setting asciiGraphWidth that controls the maximum width of the ASCII graphs printed by commands like inspect tree. Default value corresponds to the previously hardcoded value of 40 characters. By @RomanIakovlev.