I'd like to have dependencies, loaded by .sbt
to be stored at some other locations. How can I change the local repository location (C:\Users\Username32\.sbt
) for .sbt
? I can't figure out this in Intellij idea settings.
Asked
Active
Viewed 55 times
0

Eljah
- 4,188
- 4
- 41
- 85
-
1Check these answers: https://stackoverflow.com/a/34045393/2000323 https://stackoverflow.com/a/23876360/2000323 Set JVM parameters for SBT in IDE you can in Settings (Preferences on macOS) | Build, Execution, Deployment | Build Tools | sbt | **VM parameters**. – Andrey Oct 23 '20 at 12:34
-
that shoud be posted as the official answer; however it was strange for me that it is stll defined as VM properties and not picked up from the specific fields – Eljah Oct 23 '20 at 13:34