Why IntelliJ IDEA uses scala 2.10.6 for play2 configuration? -


i use:

  • scala version 2.11.8 everywhere in project, version explicitly specified in build.sbt
  • sbt version 0.13.13, specified both in project/build.properties , ide settings

intellij idea uses correct version of scala tests running , project building (output in ...target/scala-2.11...), not play2 application. latter 1 reason uses scala 2.10: [info] compiling 86 scala sources .../target/scala-2.10/classes....

the idea have idea uses default scala of sbtlauncher (it uses 2.10.6 when run console), despite explicit declaration in build file.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -