diff --git a/project/plugins.sbt b/project/plugins.sbt index 805cc95..ae863a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,6 @@ logLevel := Level.Warn resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" // Use the Play sbt plugin for Play projects -addSbtPlugin("play" % "sbt-plugin" % "2.0") \ No newline at end of file +addSbtPlugin("play" % "sbt-plugin" % "2.0") + +libraryDependencies += "net.vz.mongodb.jackson" % "play-mongo-jackson-mapper_2.9.1" % "1.0.0-rc.2" \ No newline at end of file