播放2.3.0和Scala 2.10.4

时间:2014-06-01 11:55:59

标签: scala playframework

我可以将Play框架版本2.3.0与scala 2.10.4一起使用吗?

我知道这个版本的Play默认情况下有2.11.1我只有2.10.4支持的lib。

我收到这样的错误:

[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#play_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-iteratees_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-test_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-ws_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-docs_2.10;2.3.0: not found

1 个答案:

答案 0 :(得分:4)

Typesafe存储库目前存在问题(许多开发人员具有相同的problem)。

您可以在Build.scala / build.sbt中临时添加此解析程序。

"Typesafe Maven Repository" at "http://repo.typesafe.com/typesafe/maven-releases/"