Has anybody tried to setup sbt to work with Google App Engine? I dream about using development server auto-reloading after source changes.
Found this post in Google search. Since all provided examples are quite old I created two sample projects based on what I found online
Sample GAE app written in Scala using Scalatra 2.0.5, Scala 2.10.3 and SBT 0.13 https://github.com/cppexpert/scalatra-google-app-engine-app
Sample GAE app written in Scala using Unfiltered 0.7, Scala 2.10.3 and SBT 0.13 https://github.com/cppexpert/sample-scala-google-app-engine-app