To install sbt in OS X run brew install sbt (requires the almighty Homebrew installed first).
Basic commands are the following:
| Command | Action |
|---|---|
Deletes all generated files (in the target directory) |
clean |
Compiles the main sources (in src/main/scala and src/main/java directories) |
compile |