The example storm-starter project ported to Scala (2.9.2) and sbt (0.11.3); tested using Specs2.
sbt compile
sbt test
Generate [and run] a script for desired topology (mainClass key is specified in build.sbt):
sbt generate-storm
./bin/run-main-topology.sh
Create a jar with dependencies using the sbt-assembly plugin:
sbt assembly