我在将示例应用程序推送到 heroku 云时遇到问题。我做了我在这里读到的一切:http ://www.playframework.com/documentation/2.1.0/ProductionHeroku
不幸的是我得到了错误: http: //pastebin.com/N7N2JCDY
知道如何使它工作吗?
我会补充我看到: 未解决的依赖 SBT org.scala-sbt#sbt_2.9.1;0.12.1: not found, Play examples
它没有帮助。
我在将示例应用程序推送到 heroku 云时遇到问题。我做了我在这里读到的一切:http ://www.playframework.com/documentation/2.1.0/ProductionHeroku
不幸的是我得到了错误: http: //pastebin.com/N7N2JCDY
知道如何使它工作吗?
我会补充我看到: 未解决的依赖 SBT org.scala-sbt#sbt_2.9.1;0.12.1: not found, Play examples
它没有帮助。
尝试在 project/plugins.sbt 中更改播放插件的版本
addSbtPlugin("play" % "sbt-plugin" % "2.1.3")
2.1.3 是最新版本,我没有看到 2.0 在
http://repo.typesafe.com/typesafe/ivy-releases/play/sbt-plugin/scala_2.9.2/sbt_0.12/