Reputation: 21
Please find the version used :
SBT version 1.0 Scala IDE 4.7 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.3")
I am trying to create a eclipse project but the project is getting created with scala version 2.12.3 where as my build.sbt mentions scala version 2.11.8. As per my understanding project should get created by version mentioned in the build.sbt and the default version in scala ide.
build.sbt mentions the below version
scalaVersion := "2.11.8"
Upvotes: 1
Views: 92