BuildΒΆ

ScrubJay uses sbt. Compile and test using the compile target:

sbt compile

Create a fat jar (skipping tests) using the sbt assembly target:

sbt assembly