Play framework 2.3.7 未在 intellij 14.1.3 上编译
Play framework 2.3.7 not compiling on intellij 14.1.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
有谁知道如何解决这个问题?
我的项目是从 cli 编译的。
我已经尝试过以下操作:
- 正在将游戏从 2.3.7 升级到 2.3.9
- 运行 "activator idea"
- 正在重启 intellij 14.1.3
删除 .idea/modules 并重新启动 Intellij 解决了问题
根据 this,您需要更新 project/plugins.sbt
文件。用 2.3.6 替换你的 sbt 插件版本(是最新的吗?)
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
有谁知道如何解决这个问题?
我的项目是从 cli 编译的。
我已经尝试过以下操作:
- 正在将游戏从 2.3.7 升级到 2.3.9
- 运行 "activator idea"
- 正在重启 intellij 14.1.3
删除 .idea/modules 并重新启动 Intellij 解决了问题
根据 this,您需要更新 project/plugins.sbt
文件。用 2.3.6 替换你的 sbt 插件版本(是最新的吗?)