I\'m using the following:
I hope a stable version of Scala will help you, Try 2.10.x with Java 1.7.x versions for better performance.
I mean it worked for me also in the same.
In my company we had this problem with CharSequence. This is due to Scala 2.10.x does not work with Java 8. This was described in Scalas mailinglist. Switch back to Java 7.
I am seeing the same issue with software requiring Scala 2.9.2+ and Java 1.7 running on Scala 2.10.4 and Java 1.8. Changed to Java 7 via sudo update-alternatives --config java
I have a similar problem on Java 1.8.0 working with Scala 2.10.4 and sbt 0.12.4. But when upgrading to sbt 0.13.7, the problem is solved.
Switching to Scala 2.10.4 solved the problem for me.
I had the same problem. However by switching to Java 7 my problem is resolved. So now this configuration works for me:
sbt 0.13.8
scala 2.11.7
java 7