Problems with Sbt

Extracting structure failed, reason: not ok build status: Error (BuildMessages(Vector(),Vector(),Vector(),Vector(),Error))
i can see the dependency added to my dependenices in intelij but when i compile the sbt file i still get this error


It’s Idea problem. You can see error description via sbt.

Yes, I just had this error today with an older project, that was using SBT version 1.2.8. Upgraded to 1.5.5. Do that through project/build.properties. I hope that won’t cause any conflicts. That took care of it for me. Let us know. :slight_smile:

1 Like