Skip to main content

sbt is a build tool for Scala and Java projects.

# To start the SBT interactive shell (REPL):
sbt

# To create a new Scala project from an existing Giter8 template hosted on GitHub:
sbt new <scala/hello-world.g8>

# To use the specified version of sbt:
sbt -sbt-version <version>

# To use a specific jar file as the sbt launcher:
sbt -sbt-jar <path>

# To list all sbt options:
sbt -h