I am using SBT as my build tool for building a Scala project.
My problem is, I can\'t configure SBT to download dependencies to my user home directory. Therefore I a
You should use sbt-extras if you don't do already.
Then, it's simply a flag you pass it:
sbt -ivy /path/to/.ivy2