我试图将Play框架项目导入到IDE中,最好是IntelliJ,而且我被卡住了。
在build
中运行/framework
脚本会引发一个例外:
sbt.ResolveException: unresolved dependency: org.json4s#json4s-native_2.10;3.2.10: configuration not found in org.json4s#json4s-native_2.10;3.2.10: 'master(compile)'. Missing configuration: 'compile'. It was required from net.databinder.dispatch#dispatch-json4s-native_2.10;0.11.2 compile
我不知道从哪里开始。
答案 0 :(得分:1)
实际上它们的主分支无法构建,在这种情况下,您应该使用稳定的分支而不是它们的开发分支;或者它暂时无法解决该依赖关系,在这种情况下,您可以稍后重试。