Every time I change the build.sbt, it gives hints to refresh project or ignore. I recently click the ignore by mistake, and it never gives me the hints any more. So I can't refresh it any more, and after editing the build.sbt, the project still uses the old configuration.
Asked
Active
Viewed 6,294 times
8
-
Possible duplicate of [How to force IntelliJ IDEA to reload dependencies from build.sbt after they changed?](http://stackoverflow.com/questions/20413605/how-to-force-intellij-idea-to-reload-dependencies-from-build-sbt-after-they-chan) – Luís Bianchin May 12 '17 at 14:27
1 Answers
12
You can force SBT to reload changes: Open SBT toolwindow (on the right side of IDE) and press refresh button.
If you use auto-import feature you need to save your file to force auto-refresh.
This has been answered here How to force IntelliJ IDEA to reload dependencies from build.sbt after they changed?

Community
- 1
- 1

Aleksandar Marinkovic
- 509
- 3
- 7