I have sbt 0.13.2 with a Scala project in IntelliJ 13.0.2.
I just want to change my default ../.ivy2/cache path.
I tried to change following ent
I had the same issue with IntelliJ IDEA 14 Build 139.463.4 (Play Framework 2.2.5 project).
I followed the steps below but it did not work for me. I finally fixed the issue by adding to the VM Parameters of the SBT Runner : -Duser.home=D:/Users/myName/ .
The variable user.home is used by the SBT Launcher to build ivy-home variable.