mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
No more SBT-inspired ClasspathFilter. It now just tries to find the ClassLoader that loaded coursier, and use the parent as a base to load the launched application. Allows to remove the -b option of the bootstrap command, and remove BaseCommand (that was holding options common to all commands).