【发布时间】:2014-07-21 18:19:49
【问题描述】:
我在尝试创建新的播放框架 2.3 应用程序时收到未解决依赖项的错误。我检查了存储库,但无法手动找到依赖项。
[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#build-link;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-exceptions;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#routes-compiler_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
命令:
- activator new app play-scala
- cd 应用程序
- 激活器运行
【问题讨论】:
-
我可以重现这个。我还没有发现任何关于激活器/播放问题的问题。