mirror of https://github.com/sbt/sbt.git
1. Scala jars won't be copied to the boot directory, except for those needed to run sbt. 2. Scala SNAPSHOTs behave like normal SNAPSHOTs. In particular, running `update` will properly re-resolve the dynamic revision. 3. Scala jars are resolved using the same repositories and configuration as other dependencies. 4. Classloaders (currently, Scala classloaders) are cached by the timestamps of entries instead of Scala class loaders being cached by version. TODO: Support external dependency configuration |
||
|---|---|---|
| .. | ||
| ClassLoaderCache.scala | ||
| ClassLoaders.scala | ||
| ClasspathUtilities.scala | ||
| DualLoader.scala | ||
| ModuleUtilities.scala | ||
| NOTICE | ||
| RawURL.scala | ||
| ReflectUtilities.scala | ||
| ScalaInstance.scala | ||