Skip to content

Commit dd5339e

Browse files
authored
Merge pull request #17 from hmrc/update-bootstrap
Update bootstrap
2 parents b6f6a35 + 8231dd5 commit dd5339e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

project/AppDependencies.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import sbt._
22

33
object AppDependencies {
44

5-
val bootstrapVersion = "10.4.0"
5+
val bootstrapVersion = "10.7.0"
66

77
val compile = Seq(
88
play.sbt.PlayImport.ws,
99
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % bootstrapVersion,
10-
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % "2.10.0",
11-
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "12.20.0",
12-
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.3.0",
10+
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % "2.12.0",
11+
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "12.32.0",
12+
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.5.0",
1313
"uk.gov.hmrc" %% "internal-auth-client-play-30" % "4.3.0",
1414
"org.typelevel" %% "cats-core" % "2.8.0",
1515
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases
44

55
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")
66
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.6.0")
7-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
7+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
99
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
1010
addSbtPlugin("com.github.sbt" % "sbt-concat" % "1.0.0")

0 commit comments

Comments
 (0)