I\'m new to SBT and am unsure how to get a project started. Can someone point me to a beginner\'s guide to creating a Hello World type project, or give me some clues?
I normally put the src into a folder "src/test/scala" and "src/main/scala". sbt-idea will add this folders ase source/test folder in idea.
sbt itself needs Scala 2.8.1 but this version has nothing to do with the version of your code. If you try to compile some source sbt will download Scala 2.9.0.