diff --git a/project/Play2-ReactiveMongo.scala b/project/Play2-ReactiveMongo.scala index eaf5f873..fc1e62e1 100644 --- a/project/Play2-ReactiveMongo.scala +++ b/project/Play2-ReactiveMongo.scala @@ -252,7 +252,7 @@ object Play2ReactiveMongoBuild extends Build { "specs2-junit" ).map("org.specs2" %% _ % specsVersion % Test cross CrossVersion.binary) - val PlayVersion = sys.env.get("PLAY_VERSION").getOrElse("2.5.0") + val PlayVersion = sys.env.get("PLAY_VERSION").getOrElse("2.5.8") lazy val reactivemongo = Project( "Play2-ReactiveMongo", diff --git a/project/plugins.sbt b/project/plugins.sbt index ce1240a7..a781af3d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,3 +13,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.8") addSbtPlugin("cchantep" % "sbt-hl-compiler" % "0.2") addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0") + +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")