Reputation: 35
When starting SBT I see
Loading project definition from /Users/shruti/.sbt/0.13/staging/0156a9e3df5385400375/xyz/project
which is not where my project is located. (I wouldn't care, but the changes I make are not being reflected in this copy.) I searched my entire project but this path is not defined or written anywhere, neither in scalaopts. A grep over all files doesn't work either.
Does anybody know where this path is defined or how to change it?
Thanks!
Upvotes: 2
Views: 856
Reputation: 401
sbt uses the staging area when the folder containing the project is not read/write. Making the project folder read/write should fix this.
Upvotes: 2