I have run into an ERROR with SBT today. It can best be shown with the sbt sbt-version
command:
Run on 5/29/17:
eric@linux-x2vq:~$ sbt s
If you can, change sbt version in build.properties to higher. 13.16 work for me.
This resolved the issue in my case (Linux Users):
That is all and then you are good to go.
You can add export TERM=xterm-color
to the top of /usr/share/sbt/bin/sbt
because $HOME/.sbtconfig
is deprecated.
I faced this issue when i am using activator which uses sbt internally. I am using Ubuntu and this error was frustrating me. I started facing this issue when i ran
$ activator gen-idea (tool which as per the intellij is legacy)
After this i tried to delete all the cache that this tool generated.
I deleted the .ivy and .sbt directories from my home folder and ran the activator cleanFiles compile command which resolved my issue.