We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c5399 commit 207149dCopy full SHA for 207149d
project/AppDependencies.scala
@@ -21,15 +21,15 @@ object AppDependencies {
21
22
val compile: Seq[ModuleID] = Seq(
23
ws,
24
- "uk.gov.hmrc" %% "bootstrap-frontend-play-30" % "10.0.0",
+ "uk.gov.hmrc" %% "bootstrap-frontend-play-30" % "10.1.0",
25
"uk.gov.hmrc" %% "domain-play-30" % "11.0.0",
26
"uk.gov.hmrc" %% "play-partials-play-30" % "10.1.0",
27
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "12.8.0",
28
"uk.gov.hmrc" %% "http-caching-client-play-30" % "12.2.0",
29
)
30
31
val test: Seq[ModuleID] = Seq(
32
- "uk.gov.hmrc" %% "bootstrap-test-play-30" % "10.0.0" % Test
+ "uk.gov.hmrc" %% "bootstrap-test-play-30" % "10.1.0" % Test
33
34
val itDependencies: Seq[ModuleID] = Seq()
35
}
0 commit comments