-1

On the Scala download page two versions of Scala Eclipse plugina are offered, 2.10.x & 2.9.x :

http://scala-ide.org/download/current.html

enter image description here

Which version of Scala should I use for Eclipse Indigo 2.10.x or 2.9.x ? What is the difference between each version ?

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
blue-sky
  • 51,962
  • 152
  • 427
  • 752
  • 1
    Which version of scala are you going to use? Take corresponding plugin version. – om-nom-nom Apr 23 '13 at 08:23
  • It depends on the type of development you wish to do. If your using frameworks, other dependencies, the platform you can use them on... and lots more. Add these details and get a good answer. – korefn Apr 23 '13 at 08:39
  • What I'm interested in is the level of backward compatability. Does downloading the 2.10 version not include support for 2.9? – StFS Jan 09 '14 at 18:11

1 Answers1

3

If starting a new project, just download 2.10.x, which is current. 2.9.x is for backwards compatibility.

I recommend my project skeleton to get started with SBT + Eclipse

fracca
  • 2,417
  • 1
  • 23
  • 22