How to add Lift-JSON as a Scala SBT dependency

In your build.sbt file, add this line to declare the Lift-JSON library to be a dependency in your Scala SBT project:

libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-M5"

It's important to note that this line will vary depending on what version of Scala you are using. It's currently the correct dependency line for Scala 2.9.1.

See the URL for more information, or see this Lift-JSON URL:

https://github.com/lift/framework/blob/master/core/json/README.md