SBT always loads packages / scala libraries

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?

+5
source share
2 answers

sbt , . - , , .

, SBT, , SBT, . Ubuntu .

, , , , sbt-, sbt-idea, , .

+7

(Debian) , sbt, Getting org.scala-sbt sbt 0.13.16. ivy2. , .ivy2 /root /home/username .

+1

All Articles