I have two versions of scala (2.11.4 and 2.10.4). I am currently working on a project based on scala 2.10. I changed the version in the project properties, but ide still complains about this:
The version of scala library found in the build path (2.10.4.) Is different from the version of scala IDE (2.11.4.). Make sure you know what you are doing.
I use
Scala IDE Construction Eclipse SDK Build id: 4.0.0-vfinal-20141216-1226-Typesafe
Project Configuration: 
Any idea how to fix this?
source share