Simple build tool (sbt) simplifies building Scala projects
Simple build tool (sbt) is provides unintrusive and easy to set up for simple Scala projects. All configuration, customization, and extension are done in Scala. Sbt supports continuous compilation and testing with triggered execution in mixed Scala/Java projects.
Simple build tool (sbt) is provides unintrusive and easy to set up for simple Scala projects. All configuration, customization, and extension are done in Scala. Sbt supports continuous compilation and testing with triggered execution in mixed Scala/Java projects.
To install sbt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sbt
To see what files were installed by sbt, run:
port contents sbt
To later upgrade sbt, run:
sudo port selfupdate && sudo port upgrade sbt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.