首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >播放升级到2.4,但未能获取sbt-插件

播放升级到2.4,但未能获取sbt-插件
EN

Stack Overflow用户
提问于 2015-05-19 21:58:11
回答 1查看 1.5K关注 0票数 0
代码语言:javascript
复制
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.typesafe.play#sbt-plugin;2.4.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      com.typesafe.play:sbt-plugin:2.4.0 (scalaVersion=2.10, sbtVersion=0.13)

这是我的plugins.sbt:

代码语言:javascript
复制
resolvers ++= Seq(
  "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/",
  "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/",
  "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
)

// The Play plugin

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.0")
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-05-20 07:19:19

Play Framework 2.4还没有可用,但是您可以使用发布候选版本。有关最新版本,请查看Play Framework github主页

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.0-RC5")

编辑:Play Framework 2.4现在可用了。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30336885

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档