Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scalaVersion not taken into account #338

Open
daenenk opened this issue May 22, 2017 · 0 comments
Open

scalaVersion not taken into account #338

daenenk opened this issue May 22, 2017 · 0 comments

Comments

@daenenk
Copy link
Contributor

daenenk commented May 22, 2017

I created two projects, each with a different scalaVersion.
In eclipse, both are seen as 2.10.6,
which gives problems when adding dependencies.

build.sbt

lazy val xproject = project.
  settings(
     scalaVersion := "2.10.6"
  )

lazy val yproject = project.
  settings(
     scalaVersion := "2.11.8"
  )

Test with

  • Scala-IDE 4.6.0-vfinal-2017-05-16T08:49:17Z-Typesafe
  • Scala-IDE 4.5.0-vfinal-2016-12-13T10:59:29Z-Typesafe

on OS X 10.11.6

sbt 0.13.15
sbteclipse 5.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant