diff --git a/pages/common/sbt.md b/pages/common/sbt.md index 504e9d6f92..7e789a3861 100644 --- a/pages/common/sbt.md +++ b/pages/common/sbt.md @@ -15,6 +15,10 @@ `sbt clean` +- Compile the main sources in `src/main/scala` and `src/main/java` directories: + +`sbt compile` + - Use the specified version of sbt: `sbt -sbt-version {{version}}`