sbt

Build tool for Scala projects with interactive shell and dependency management.

brewmacoslinux
Try with needOr install directly
Source

About

Build tool for Scala projects

Commands

sbt

Examples

compile scala project from source code$ sbt compile
run unit tests in scala project$ sbt test
package scala project into jar file$ sbt package
start interactive shell for scala project$ sbt
clean build artifacts and compiled files$ sbt clean