Skip to content

Commit 207149d

Browse files
committed
DL-16142 - Update dependencies
1 parent 05c5399 commit 207149d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/AppDependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ object AppDependencies {
2121

2222
val compile: Seq[ModuleID] = Seq(
2323
ws,
24-
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % "10.0.0",
24+
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % "10.1.0",
2525
"uk.gov.hmrc" %% "domain-play-30" % "11.0.0",
2626
"uk.gov.hmrc" %% "play-partials-play-30" % "10.1.0",
2727
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "12.8.0",
2828
"uk.gov.hmrc" %% "http-caching-client-play-30" % "12.2.0",
2929
)
3030

3131
val test: Seq[ModuleID] = Seq(
32-
"uk.gov.hmrc" %% "bootstrap-test-play-30" % "10.0.0" % Test
32+
"uk.gov.hmrc" %% "bootstrap-test-play-30" % "10.1.0" % Test
3333
)
3434
val itDependencies: Seq[ModuleID] = Seq()
3535
}

0 commit comments

Comments
 (0)