Skip to content

Commit

Permalink
Upate play-auth - fixes missing role
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Busz committed Sep 25, 2017
1 parent ca4afa8 commit 5858534
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.1"
)

val test = Seq(
Expand Down

0 comments on commit 5858534

Please sign in to comment.