Created
September 26, 2013 06:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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