mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 21:49:08 +02:00
Replace the custom JLineCompletion fallback with JLine 3's built-in CASE_INSENSITIVE option on the LineReader, which handles case-insensitive matching natively. Revert JLineCompletion.scala to its original state. Fixes #2251