I assume that you are using the SBT plugin . According to the instructions on the linked page:
After each change in your dependencies, run gen-idea in the SBT Console. When prompted, reload the project.
I usually run gen-idea no-classifiers no-sbt-classifiers
(see the Usage section on github ). IntelliJ (11 RC) will ask you to restart the project, which is usually pretty fast. Then links to your SBT dependencies will be available.
dirkb source share