I recently installed SBT on a computer running Windows XP SP3 to get started with Scala. When I started it again, it started to capture all JARs from remote locations - pretty much like Maven or any other dependency management tool.
But , when I change my directory and run sbt, it starts downloading the whole solution again. Is there a way to maintain a global cache where artifacts are downloaded only once, and not every time I change the working directory?
source
share