mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
We had previously used reflection to load the bridge class, but continued using sbt's default classloader. This was problematic because the metabuild could have a different classpath from that required by the scripted tests. Bonus: scalafmt Fixes: #4514