+*** +James Gemmell+Casper Casper +Dean Budd +Martin Paulo

SBT is Scala based, Gradle is Groovy based build framework tools. Which one do you recommend to build Scala apps. And why?

SBT is still Ivy managed dependency which can be problematic when need "-SNAPSHOT" mechanism support. However, Gradle has eventually replaced Ivy with its own dependency management code ...