无法让 sbt 与 Google 应用引擎的 scalatra 模板一起使用
我正在尝试使用此模板设置 scalatra 以与应用程序引擎一起使用: https://github .com/mtkopone/sbt-scalatra-appengine-template 和自述文件中的说明。在终端中输入 sbt 后,出现此错误:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-tools.sbt#sbt_2.9.1;0.7.4: not found
::::::::::::::::::::::::::::::::::::::::::::::
我正在使用 xubuntu 11.10。有什么解决办法吗?
I'm trying to setup scalatra to work with app engine using this template: https://github.com/mtkopone/sbt-scalatra-appengine-template and instructions in Readme. After entering sbt in terminal I get this error:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-tools.sbt#sbt_2.9.1;0.7.4: not found
::::::::::::::::::::::::::::::::::::::::::::::
I'm using xubuntu 11.10. Is there any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的
project/build.properties
强制 SBT 使用版本0.7.4
。下载并使用与模板,或尝试修改 SBT 0.11 的构建。
Your
project/build.properties
is forcing SBT to use version0.7.4
.Either download and use an older version of SBT that is compatible with the template, or try to modify the build for SBT 0.11.