I was creating a scripted test, one that involves compiling some Scala, and I hit this:
sbt.InvalidComponent: Couldn't retrieve default sources: module 'compiler-interface'
It's probably related to the change in #2106.
The workaround, for now, is to add (as was done in #2106 for dependency-management/mvn-local):
resolvers += Resolver.file("old-local", file(sys.props("user.home") + "/.ivy2/local"))(Resolver.ivyStylePatterns)