Problems with SBT paths
Hello,
I have an strange problem with IntelliJ and Scala. I created a new SBT project and paths to libraries were incorrect. While in Project Structure thy were pointing to D:\Users\MyUser\.sbt, the libraries were downloaded to C:\Users\MyUser\.sbt what is incorrect.
A little of info about my computer:
- C is the drive letter of Windows partition
- D is the drive letter where I have my user folders (moved from C)
- IntelliJ is installed on D
Although I solved the problem moving .sbt folder to D, this is just a temporal fix. How could I solve this problem?
Thank you in advance.
请先登录再写评论。
Hi!
Could you please run `show externalDependencyClasspath` command in SBT REPL and provide us its output?
Thank you.