无法让 sbt 与 Google 应用引擎的 scalatra 模板一起使用

发布于 2024-12-11 06:08:57 字数 592 浏览 0 评论 0原文

我正在尝试使用此模板设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌路黄昏 2024-12-18 06:08:57

您的 project/build.properties 强制 SBT 使用版本 0.7.4

下载并使用与模板,或尝试修改 SBT 0.11 的构建。

Your project/build.properties is forcing SBT to use version 0.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文