How can I add the Play JSON library (play.api.libs.json) to my sbt project?
play.api.libs.json
When I added the following to my plugins.sbt file:
plugins.sbt
One could check the Getting Started section of the GitHub repository and add the following to the build.sbt file:
build.sbt
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.6.0-M1"