Skip to content

Commit 88bf9ea

Browse files
committed
API-5343 - upgraded bootstrap-frontend
1 parent 8ae2f19 commit 88bf9ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

project/AppDependencies.scala

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ import play.core.PlayVersion
22
import sbt._
33

44
object AppDependencies {
5+
6+
lazy val bootstrapVersion = "5.24.0"
7+
58
def apply(): Seq[ModuleID] = compile ++ test
69

710
lazy val compile = Seq(
8-
"uk.gov.hmrc" %% "bootstrap-frontend-play-28" % "5.16.0",
11+
"uk.gov.hmrc" %% "bootstrap-frontend-play-28" % bootstrapVersion,
912
"uk.gov.hmrc" %% "play-partials" % "8.2.0-play-28",
1013
"uk.gov.hmrc" %% "play-ui" % "9.7.0-play-28",
1114
"uk.gov.hmrc" %% "play-frontend-hmrc" % "1.26.0-play-28",
1215
"com.typesafe.play" %% "play-json-joda" % "2.8.1"
1316
)
1417

1518
lazy val test = Seq(
16-
"uk.gov.hmrc" %% "bootstrap-test-play-28" % "5.16.0",
19+
"uk.gov.hmrc" %% "bootstrap-test-play-28" % bootstrapVersion,
1720
"org.jsoup" % "jsoup" % "1.10.2",
1821
"com.github.tomakehurst" % "wiremock-jre8-standalone" % "2.24.1",
1922
"org.mockito" %% "mockito-scala-scalatest" % "1.7.1",

0 commit comments

Comments
 (0)