Skip to content

Commit

Permalink
NOJIRA: Update dependencies (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoPintoPaul committed Apr 28, 2023
1 parent 2b046d8 commit d3b3058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object AppDependencies {

val compile = Seq(
"uk.gov.hmrc" %% "bootstrap-frontend-play-28" % bootstrapVersion,
"uk.gov.hmrc" %% "play-frontend-hmrc" % "7.3.0-play-28"
"uk.gov.hmrc" %% "play-frontend-hmrc" % "7.5.0-play-28"
)

val test = Seq(
Expand All @@ -15,7 +15,7 @@ object AppDependencies {
"org.scalatestplus" %% "selenium-4-2" % "3.2.13.0" % Test,
"org.jsoup" % "jsoup" % "1.13.1" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.14.8" % Test,
"uk.gov.hmrc" %% "webdriver-factory" % "0.39.0" % Test,
"uk.gov.hmrc" %% "webdriver-factory" % "0.41.0" % Test,
"com.vladsch.flexmark" % "flexmark-all" % "0.62.2" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
)
Expand Down

0 comments on commit d3b3058

Please sign in to comment.