Skip to content

Commit

Permalink
Merge pull request #256 from hmrc/PLATUI-2897-bump-dependencies
Browse files Browse the repository at this point in the history
PLATUI-2897 bump dependencies
  • Loading branch information
ellamdav committed Mar 28, 2024
2 parents b099767 + d2afc94 commit bcd60ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/AppDependencies.scala
Expand Up @@ -3,7 +3,7 @@ import sbt._
object AppDependencies {

private val bootstrapVersion = "8.5.0"
private val frontendVersion = "9.0.0"
private val frontendVersion = "9.4.0"
private val playVersion = "play-30"

val compile = Seq(
Expand All @@ -15,6 +15,6 @@ object AppDependencies {
"org.jsoup" % "jsoup" % "1.15.4" % Test,
"uk.gov.hmrc" %% s"bootstrap-test-$playVersion" % bootstrapVersion % Test,
"org.scalatestplus" %% "selenium-4-12" % "3.2.17.0" % Test,
"uk.gov.hmrc" %% "ui-test-runner" % "0.17.0" % Test
"uk.gov.hmrc" %% "ui-test-runner" % "0.24.0" % Test
)
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -12,4 +12,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-accessibility-linter" % "0.39.0")
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
addSbtPlugin("uk.gov.hmrc" % "sbt-test-report" % "0.24.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-test-report" % "0.25.0")

0 comments on commit bcd60ea

Please sign in to comment.