I imported an existing working sbt project. Intellij is highlighting many things in the sbt file as errors:
lazy val core = project.in(file("core"))
"Cannot resolve symbol project"
"Cannot resolve symbol file"
scalaVersion := "2.11.8"
"Cannot resolve symbol scalaVersion"
I have the latest version of intellij and the latest version of the scala plugin.