mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Fixes https://github.com/sbt/sbt/issues/6372 sbt 1.4.x includes both JLine 2 and JLine 3, and our fork of JLine 2 uses JAnsi matching with JLine 3. I need to bump JLine 2 together, which uses the same JAnsi version as JLine 3.