Playframework 类型安全存储库和激活器出现问题

Playframework 类型安全存储库和激活器出现问题,playframework,typesafe,Playframework,Typesafe,在尝试创建新的play framework 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 f

在尝试创建新的play framework 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新应用程序播放scala
  • cd应用程序
  • 激活器运行
    • 可以找到解决方案。简言之:

      这里也一样。在我向project/plugins.sbt中添加了第二个解析器之后,依赖项被成功解析

      解析程序+=“类型安全存储库”位于“”

      解析程序+=“类型安全存储库mvn”位于“”


      结束。

      我可以复制这个。我还没有发现有关激活器/播放问题的任何问题。这看起来像是Typesafe发布的一个糟糕版本,希望他们能够修复常春藤存储库或play scala webapp的模板。请考虑到您还需要更改build.sbt文件中的属性scalaversation:=“2.11.0”与“2.11.2”。