我克隆了这个项目:
https://github.com/dpp/simply_lift.git
然后我按照说明说明:
Change directories into the chat directory and type sbt update ~jetty-run.
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]
怎么办?
在比0.10.0更新的SBT版本中,删除了~prayty-run以支持:container:start container:stop deployment // compiles the changes made while jetty is running.
精彩评论