Skip to content

Commit

Permalink
Merge pull request #223 from cchantep/fix/default-play-ver
Browse files Browse the repository at this point in the history
Fix the default Play 2.5.x version
  • Loading branch information
cchantep committed Oct 14, 2016
2 parents 2183ada + 00c16e3 commit 4e44f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Play2-ReactiveMongo.scala
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -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")

0 comments on commit 4e44f8a

Please sign in to comment.