mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 06:53:25 +02:00
This introduces a new trait LayeringStrategy that is used to configure how sbt constructs the ClassLoaders used by the run and test tasks. In addition to defining the various options, I try to give a good high level overview of the problem that the LayeringStrategy is intended to address in its scaladoc.