Should I include scala-compiler as a dependency in build.sbt?
问题 I'm trying to build a project with scala 2.11.7 in intellij. I've set the scalaVersion to 2.11.7 , but when I check the external libraries, I can see scala-compiler:2.11.0 . Do I need to declare scala-compiler:2.11.7 as a dependency in build.sbt ? The docs are confusing, seemingly saying that I do need to and then not to in consecutive paragraphs: When using a Scala dependency other than the standard library, add it as a normal managed dependency. For example, to depend on the Scala compiler,