sbuild

Scala-based build system for compiling and managing Scala projects.

brewmacoslinux
Try with needOr install directly
Source

About

Scala-based build system

Commands

sbuild

Examples

build a scala project from source$ sbuild
compile scala code and run tests$ sbuild test
clean build artifacts and rebuild$ sbuild clean all
show available build targets and tasks$ sbuild -h
build a specific target in your project$ sbuild targetName