- Fairly fast, unintrusive, and easy to set up for simple projects
- Configuration, customization, and extension are done in Scala
- Accurate recompilation (in theory) is done using information extracted from the compiler
- Continuous compilation and testing with triggered execution
- Supports mixed Scala/Java projects, packages jars, generates documentation with scaladoc
- Supports Testing with ScalaCheck, specs, and ScalaTest (JUnit is supported by a plugin)
- Starts the Scala REPL with project classes and dependencies on the classpath
- Multi-module and external project support
- Parallel task execution, including parallel test execution
- Dependency management support: inline declarations, external Ivy or Maven configuration files, or manual management
See more at http://www.scala-sbt.org/