更新
我跟着the steps to install Dispatch with sbt。
$ echo 'libraryDependencies += "net.databinder.dispatch" %% "dispatch-core" % "0.11.0"' > build.sbt
我跑的时候:
$ sbt console
我收到以下错误消息:
sbt.ResolveException: unresolved dependency: net.databinder.dispatch#dispatch-core_2.10.0;0.11.0: not found
怎么了?