【问题标题】:Why is the error "unresolved dependency: com.typesafe#play-plugins-redis_2.11;2.3.0" with the Play Redis plugin?为什么 Play Redis 插件出现错误“未解决的依赖项:com.typesafe#play-plugins-redis_2.11;2.3.0”?
【发布时间】:2014-11-10 03:18:30
【问题描述】:

我决定使用Play Framework Redis Plugin,但出现以下错误:

[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe#play-plugins-redis_2.11;2.3.0: not found

为什么?

【问题讨论】:

    标签: redis sbt playframework-2.3


    【解决方案1】:
    【解决方案2】:

    正确的依赖是:

    "com.typesafe.play.plugins" %% "play-plugins-redis" % "2.3.0"
    

    【讨论】:

    • 我用过这个依赖!
    • 请注意 groupId - com.typesafe.play.plugins 的区别是正确的,而 com.typesafe 是不正确的。你能显示整个build.sbt吗?
    猜你喜欢
    • 2015-06-08
    • 2017-01-10
    • 1970-01-01
    • 2018-06-18
    • 2012-10-15
    • 1970-01-01
    • 2015-02-26
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多