File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ import play.core.PlayVersion
22import sbt ._
33
44object 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" ,
You can’t perform that action at this time.
0 commit comments