I\'m using SBT + Idea 13.1.1 and I have all my SBT file in red:
name := \"Transformer\"
version := \"1.0\"
libraryDependencies ++= Seq(
\"com.github.scop
To fix this, remove the folder .idea
and reimport the project.
The root cause remains a mystery...
It was about the .idea
folder, if it is not included the codeStyles
, Modules
, libraries
, it is giving that error. I fix it with import that folder from another project that has it.Then restart IntelliJ
.