I have some sub-projects those I need to compile with sbt. The structure is like this:
main_project
- sub_project1
- sub_project2
- sub_project3
Of course, they have the correct directory hierarchy (src-main-scala....). How do I compile all of them and each of them in particular?