我将示例应用程序推送到heroku云时遇到问题。 我做了像我在这里读到的所有内容:http://www.playframework.com/documentation/2.1.0/ProductionHeroku
不幸的是我收到了错误:http://pastebin.com/N7N2JCDY
知道如何让它发挥作用吗?
我想补充一点: Unresolved dependency SBT org.scala-sbt#sbt_2.9.1;0.12.1: not found, Play examples
没有用。
答案 0 :(得分:3)
尝试在project / plugins.sbt中更改播放插件的版本
addSbtPlugin("play" % "sbt-plugin" % "2.1.3")
2.1.3是最新版本,我没有看到2.0 in
http://repo.typesafe.com/typesafe/ivy-releases/play/sbt-plugin/scala_2.9.2/sbt_0.12/