mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +02:00
- rename resolvers to fullResolvers, baseResolvers to resolvers - if set, use javaHome for compilation as well as running - add scalaHome configuration for easily configuring scalaInstance for a local Scala installation - no longer require source roots for Java sources. Instead, resolve ambiguities by package name and then distance to root. Common package suffixes in different directories within the same project are a potential problem.