We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created two projects, each with a different scalaVersion. In eclipse, both are seen as 2.10.6, which gives problems when adding dependencies.
lazy val xproject = project. settings( scalaVersion := "2.10.6" ) lazy val yproject = project. settings( scalaVersion := "2.11.8" )
Test with
on OS X 10.11.6
sbt 0.13.15 sbteclipse 5.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Test with
on OS X 10.11.6
sbt 0.13.15
sbteclipse 5.1.0
The text was updated successfully, but these errors were encountered: