如何通过 Maven 使用 Scala 2.9 的夜间构建?
最近我想在一个小项目中尝试Scala 2.9中的一些新功能。我想使用 Maven 来构建它。我如何告诉 Maven 使用 Scala 2.9 的最新每晚构建版本?如果有人知道如何使用 sbt 而不是 Maven 来做到这一点,那也很好。
Recently I wanted to try some of the new features in Scala 2.9 in a small project. I would like to use maven for building it. How can I tell Maven to use the latest nightly build of Scala 2.9? If someone knows how to do this with sbt instead of maven, that would be good too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试这个存储库:
http://www.scala-tools.org/repo-snapshots
Scala 版本:2.9.0-SNAPSHOT
以下是 pom.xml
和 sbt 的代码片段:
You can try this repository:
http://www.scala-tools.org/repo-snapshots
with Scala version: 2.9.0-SNAPSHOT
Here is snippet for pom.xml:
and for sbt: