For running all the project Unit tests:
sbt testFor running the failed tests from the latest build:
sbt testQuickFor checking if there is any dependency update:
sbt dependencyUpdatesIn the project root, using SBT set the Bintray account login credentials:
sbt bintrayChangeCredentials
On the project root:
sbt publish