Play framework 2.3.7 not compiling on intellij 14.1.3

时间:2015-05-24 20:29:20

标签: intellij-idea playframework-2.3

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 :

  • upgrading play from 2.3.7 to 2.3.9
  • running "activator idea"
  • restarting intellij 14.1.3

2 个答案:

答案 0 :(得分:4)

根据this,您需要更新project/plugins.sbt文件。用2.3.6替换你的sbt插件的版本(这是最新版本吗?)

答案 1 :(得分:2)

删除.idea / modules并重启Intellij解决了问题