如何在IntelliJ IDEA 14下使用sbt-revolver触发重启?

时间:2014-11-30 19:39:07

标签: sbt spray intellij-14

spray template project之后,我将以下sbt插件定义放入project/plugins.sbt文件中基于IntelliJ 14 SBT的Scala项目中:

addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1")

Resvlver.settings添加到build.sbt(根据喷涂模板build.sbt文件)。它仍以红色突出显示,但不会失败。

现在我希望the triggered-restart feature of sbt-revolver正常工作。我在哪里以及如何在IDEA中添加~re-start参数?

1 个答案:

答案 0 :(得分:1)

tl; dr 您不能在IDEA 14.0.1及更早版本中使用。我没有听说过这种支持的计划。