jatcwang / difflicious

Scala library for readable diffs of values
Apache License 2.0
74 stars 4 forks source link

Fix sbt output coloring #10

Closed jatcwang closed 3 years ago

jatcwang commented 3 years ago

SBT puts a [info] prefix on the output of the tests framework which resets the color each line, therefore this commits ensures that every line in difflicious rendered string is recolored.

Fixes #6