Hi, I had the same issue - the error is caused by extra new-line character you have in your *project/build.properties* file after *0.11.2*. Just make sure you have only one line in the file, which is *sbt.version=0.11.2* (or another version) and no new-line characters.
Regards, Victor On Friday, January 13, 2012 8:49:38 PM UTC+2, Maxime Lévesque wrote: > > > Hi, I was unable to get 0.11.0 or 0.11.2, however I did get 0.11.1 > working, > > the error message I was getting for 0.11.0 and 0.11.2 version was > misleading, it was : > > unsupported SBT version, use 0.11.0 > > I was about to give up when I tried 0.11.1, > If I try to upgrade to 0.11.2 (by changing ./project/build.properties), > things get even more confusing, I get something like : > > The server unexpectedly hangned up > > Fixing error reporting will go a long way to make heroku a more pleasant > experience for > Scala development. > > ML > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
