Dependencies:
- Java 11
- Scala 2.13.8
- SBT 1.6.2
Install Java 11 JDK, Scala 2.13.8, the Scala build tool
To compile from the command line, use the command below:
sbt compile
To run the application, use the following command:
sbt bootstrap/run
Use the command below to run unit tests:
sbt test