How to have Eclipse recognize dependencies from SBT
If you are using sbteclipse plugin it’s achievable in a simple way. In sbt type: reload eclipse with-source=true Then in eclipse, hit F5 on a project folder to refresh it. Or right-click and choose “Refresh”. Just works.