I am getting an error when I try to deploy an unmodified version of the latest Gitbucket source to heroku.
[info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling... [info] Compilation completed in 36.561 s [success] Total time: 142 s, completed Jan 1, 2014 2:04:32 PM [error] Not a valid command: stage (similar: last-grep, set, last) [error] Expected '/' [error] Expected ':' [error] Not a valid key: stage (similar: state, target, tags) [error] stage [error] ^
! Failed to build app with sbt
! Push rejected, failed to compile Scala app
To git@heroku.com:xxxxxx.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:xxxxxx.git'
Everything builds and runs locally with no issues. There is a demo app available at http://gitbucket.herokuapp.com/, so I know it is possible. How can I get around this error?
[EDIT] I have added this to plugins.sbt now, but it still fails in the same way:
resolvers += Classpaths.typesafeResolver
addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.3")