mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
The launcher defines a top classloader that willbe used by all `ScalaInstance`s. Previously, this top classloader had a parent that contained the scala library 2.10, which prevented the correct compilation of the compiler bridge for scala 2.11. Also, we no longer need the scala-reflect JAR.