I just got started with Scala/LiftWeb/Sbt developing, and I'd like to develop a project using sbt.
Which build tool is the best for Scala? What are the pros and cons of each of them? How to I determine which one of them to use in a project?
How do I check which version of sbt I'm running? I have the bash file set up that uses sbt-launch.jar, and it works, but $ sbt version only shows the "project version" (0.1) and $ sbt --version does nothing.