Skip to content

Instantly share code, notes, and snippets.

@rpomeroy
Created September 26, 2013 06:00
Show Gist options
  • Save rpomeroy/6710371 to your computer and use it in GitHub Desktop.
Save rpomeroy/6710371 to your computer and use it in GitHub Desktop.
How to keep eclipse and sbt class paths in sync when using ScalaIDE
After adding a new dependency to your build.sbt file...
sbt> reload
sbt> eclipse with-source=true
After it completes refresh the project in the ide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment