sbt project refresh Follow
I just tried out the nightly sbt plugin (http://blog.jetbrains.com/scala/2013/07/17/sbt-plugin-nightly-builds/).
It was able to import a project just fine. However, when I change the dependencies, I do not see a way to refresh the project.
From the blog post it sounds like intellij will monitor changes and update automatically. I saw that a command tool window
was still being worked on, will there be a refresh there like there is in the gradle tool window?
Am I missing something here?
Please sign in to leave a comment.
Nevermind. I didn't realize only root level configs would work with auto-import (as described http://confluence.jetbrains.com/display/IDEADEV/External+system+integration). Adding a root level config seems to pick up changes automatically.
Sorry for the noise!