Skip to content

Commit

Permalink
PE-3167 - Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Busz committed Sep 8, 2017
1 parent 73f280f commit f5e80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/MicroserviceBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private object AppDependencies {
"org.scalacheck" %% "scalacheck" % "1.12.5",
"uk.gov.hmrc" %% "play-hmrc-api" % "1.2.0",
"uk.gov.hmrc" %% "domain" % "4.0.0",
"uk.gov.hmrc" %% "play-auth" % 2.4.0"
"uk.gov.hmrc" %% "play-auth" % "2.4.0"
)

val test = Seq(
Expand Down

0 comments on commit f5e80fb

Please sign in to comment.