Troubleshooting
SBT setup:
Our repositories are tested with version 0.11.2 of sbt. If you encounter an OutOfMemoryError
while compiling, you may also need to modify the sbt startup script to increase the available JVM
memory. An example script (the 'sbt' file in your ~/bin directory) that we have found to work is:
java -Xmx1g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=128m -jar `dirname $0`/sbt-launch.jar "$@"
If you encounter an error you can't decipher, please contact us or file a ticket.