Reputation: 810
I currently have Scala 2.12.3 installed and wish to switch it to 2.10. How would I go about doing this in Eclipse? I could not find any guides on it.
Upvotes: 0
Views: 570
Reputation: 1
You can change the scala version used for any project by
right click on project->scala->set the scala installation
you will get list of scala versions supported
Upvotes: 0
Reputation: 754
Its in eclipse's settings -> Scala Compiler.
You can try this link, http://scala-ide.org/blog/scala-installations.html
Upvotes: 1