如何将 Play JSON 库 ( play.api.libs.json
) 添加到我的 sbt 项目中?
当我将以下内容添加到我的plugins.sbt
文件中时:
addSbtPlugin("play" % "sbt-plugin" % "2.1.0")
我遇到了这个错误:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: play#sbt-plugin;2.1.0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
我没有找到这个库的解析器,否则我会添加它并运行sbt update
. 请注意,我的resolvers
包括http://repo.typesafe.com/typesafe/releases/。