Error:Error while importing SBT project:
(...)
at java.lang.Thread.run(Thread.java:745)
[error] (*:update) sbt.ResolveException: unresolved dependency: sbt-run-> support-210#sbt-run-support-210_2.10;0.1-SNAPSHOT: not found Invalid response.
See complete log in > /Users/HulkHogan/Library/Logs/IntelliJIdea14/sbt.last.log
Does anyone know how to solve this ?
My project is compiling from cli.
I already tried following operations :
答案 0 :(得分:4)
根据this,您需要更新project/plugins.sbt
文件。用2.3.6替换你的sbt插件的版本(这是最新版本吗?)
答案 1 :(得分:2)
删除.idea / modules并重启Intellij解决了问题