I recently gave up trying to use Scala in Eclipse (basic stuff like completion doesn\'t work). So now I\'m trying IntelliJ. I\'m not getting very far.
I\'ve been able to
You are mixing code compiled with two different Scala versions.
I had the same problem yesterday while trying to set it up. Solution is pretty simple, you just have to set scala somewhere in project settings.
I had similar problem, following this blog post instructions solved the problem for me