Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does intellij IDEA highlight build.sbt?

I've recently create a new project with sbt in IDEA and got this

enter image description here

What's wrong with it? I have scala plugin installed and enabled and IDEA version is 14.

like image 251
Dante Avatar asked Jan 14 '15 19:01

Dante


People also ask

What is sbt build?

sbt is an open-source build tool for Scala and Java projects, similar to Apache's Maven and Ant.

How do I get sbt tab in IntelliJ?

Click sbt on the right sidebar to open the tool window. The tool window displays the sbt linked projects, their tasks, dependencies, and all changes made to the underlying build.


1 Answers

Ok, I've found a solution to resolve this problem. Here is the link: https://stackoverflow.com/a/26767860/3974509

You need to invalidate cahce and dsable old SBT plugin. Caches invalidation: File > Invalidate Caches/Restatr

like image 74
Dante Avatar answered Oct 24 '22 04:10

Dante