Skip to content

Commit

Permalink
added mondo plugin to plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
opensas committed Mar 24, 2012
1 parent 5646a72 commit 621957f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Expand Up @@ -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")
addSbtPlugin("play" % "sbt-plugin" % "2.0")

libraryDependencies += "net.vz.mongodb.jackson" % "play-mongo-jackson-mapper_2.9.1" % "1.0.0-rc.2"

0 comments on commit 621957f

Please sign in to comment.