Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
increment play to 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancrawford committed Sep 28, 2015
1 parent a17c214 commit af6ef9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/HmrcBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ object HmrcBuild extends Build {
lazy val pluginDependencies = Seq(
"uk.gov.hmrc" %% "simple-reactivemongo" % "4.1.0",

"com.typesafe.play" %% "play" % "2.3.9" % "provided",
"com.typesafe.play" %% "play-test" % "2.3.9" % "test",
"com.typesafe.play" %% "play" % "2.3.10" % "provided",
"com.typesafe.play" %% "play-test" % "2.3.10" % "test",

"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.pegdown" % "pegdown" % "1.5.0" % "test"
Expand Down

0 comments on commit af6ef9e

Please sign in to comment.