So Im learning Scala and using the Intellj IDE to make my projects with. When I click on New Project and then Scala I get the choice of
- Scala
- SBT
when i hoover the mouse over them I get additional info
- Sample module with attached Scala SDK
- SBT based Scala Project
Now I have played around with SBT before I downloaded Intellij and used it to compile and run some Scala code, so i kind of know what it is.
But I just don't know which one I should be choosing 1 or 2 and why someone would choose 1 over 2 or vise-versa?