SBT project import fails partially
I get this error in SBT Shell when loading my SBT project. I haven't used Scala in Intellij in a while so could this be that some has broken or do I have something wrong in my SBT configs?
[IJ]> d; set _root_.org.jetbrains.sbt.StructureKeys.sbtStructureOptions in Global := "download resolveClassifiers" ;*/*:dumpStructureTo /private/var/folders/yr/jpghqymj58jb946fqhs_9pxm0000gn/T/sbt-structure.xml; session clear-all
[error] Expected ID character
[error] Not a valid command: d
[error] Expected 'debug'
[error] Expected project ID
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Not a valid key: d
[error] d; set _root_.org.jetbrains.sbt.StructureKeys.sbtStructureOptions in Global := "download resolveClassifiers" ;*/*:dumpStructureTo /private/var/folders/yr/jpghqymj58jb946fqhs_9pxm0000gn/T/sbt-structure.xml; session clear-all
[error] ^
[IJ]>
Please sign in to leave a comment.
This looks like https://youtrack.jetbrains.com/issue/SCL-13210 - can you please check there and comment so that we can further diagnose the issue
It looks like exactly like that. So I think this is a duplicate.