刚下载了Scala Lift聊天应用程序并使用说明运行它,但它失败了

use*_*525 3 scala lift sbt

我克隆了这个项目:

https://github.com/dpp/simply_lift.git
Run Code Online (Sandbox Code Playgroud)

然后我按照说明说明:

Change directories into the chat directory and type sbt update ~jetty-run.
Run Code Online (Sandbox Code Playgroud)

SBT获取依赖项,然后我得到这个:

[error] Not a valid command: jetty-run
[error] Expected '/'
[error] Expected ':'
[error] Not a valid key: jetty-run (similar: run)
[error] jetty-run
[error]
Run Code Online (Sandbox Code Playgroud)

怎么办?

fla*_*ian 7

在比0.10.0更新的SBT版本中,~jetty-run已被删除以支持:

container:start
container:stop
deployment // compiles the changes made while jetty is running.
Run Code Online (Sandbox Code Playgroud)