代码之家  ›  专栏  ›  技术社区  ›  JohnBigs

未找到SBT Play SOAP 1.1.3

  •  0
  • JohnBigs  · 技术社区  · 6 年前

    我有一个剧本!2.6 SCALA 2.12和SBT 1.1.6项目

    我需要在我的服务中执行SOAP API调用,所以我看到了播放!有什么叫 Reactive SOAP for Play 当我进入文档时( https://github.com/playframework/play-soap#installation )第一步是添加插件:

    resolvers += Resolver.url("play-sbt-plugins", url("https://dl.bintray.com/playframework/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
    
    addSbtPlugin("com.typesafe.sbt" % "sbt-play-soap" % "1.1.3") 
    

    但我得到一个错误:

    [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
    [warn]  ::          UNRESOLVED DEPENDENCIES         ::
    [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
    [warn]  :: com.typesafe.sbt#sbt-play-soap;1.1.3: not found
    [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
    [warn]
    [warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
    [warn]      com.typesafe.sbt:sbt-play-soap:1.1.3 (scalaVersion=2.12, sbtVersion=1.0)
    [warn]
    

    有人试过这个吗?谢谢

    1 回复  |  直到 6 年前
        1
  •  0
  •   Luca T.    6 年前

    1.1.3 sbt 0.13

    sbt 1.x.x 1.1.4

    resolvers += Resolver.url("play-sbt-plugins", url("https://dl.bintray.com/playframework/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
    
    addSbtPlugin("com.typesafe.sbt" % "sbt-play-soap" % "1.1.4")