+*** +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 ...
To Marty's concern, I can only say build tool is in its own domain. Build tool doesn't need to run in the SAME JVM, at SAME time as app. App shouldn't care what verhicle drives it into the JVM.
Thanks for your responses.