sbt

Build tool for Scala and Java projects with interactive shell

brewmacoslinux
Try with needOr install directly
Source

About

Build tool for Scala projects

Commands

sbt

Examples

Compile a Scala project$ sbt compile
Run tests in the project$ sbt test
Package project as JAR file$ sbt package