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.