IntelliJ Scala Project Issue from version control

63 Views Asked by At

I have imported Scala project from the Version control (Git). In the build.sbt not recognizing name, version control etc. In the assembly.sbt below line is not recognizing.

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")

I tried couple of things added language support for Scala, enable auto import etc but still no luck. In the build.sbt i don't see sbt in the right side of panel as shown in the picture.

enter image description here

Below is different project where I can see sbt support in the project. enter image description here

0

There are 0 best solutions below