sbt: add compile example (#6738)

This commit is contained in:
Elijah Shackelford
2021-10-04 23:10:22 -04:00
committed by GitHub
parent b5818ae469
commit 46e9678b3b

View File

@@ -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}}`