Is there way to change default .sbt
path in scala-sbt project in IntelliJ.
IntelliJ version 13.0.2
Because one of my machines takes network path for this and unable to resolve all the jars associate with that.
There is a way in below link to change the ivy path. Just wondering whether there is a same kind of approach here as well.
Changing Ivy Cache Location for sbt projects in IntelliJ IDEA?
Thanks