File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ object AppDependencies {
44
55 lazy val libraryDependencies = compile ++ test
66
7- private lazy val bootstrapVersion = " 9.12 .0"
8- private lazy val hmrcMongoVersion = " 2.6 .0"
9- val commonDomainVersion = " 0.18 .0"
7+ private lazy val bootstrapVersion = " 10.5 .0"
8+ private lazy val hmrcMongoVersion = " 2.11 .0"
9+ val commonDomainVersion = " 0.19 .0"
1010
1111 private lazy val compile = Seq (
1212 " uk.gov.hmrc" %% " bootstrap-backend-play-30" % bootstrapVersion,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolvers += Resolver.typesafeRepo("releases")
44
55addSbtPlugin(" uk.gov.hmrc" % " sbt-auto-build" % " 3.24.0" )
66addSbtPlugin(" uk.gov.hmrc" % " sbt-distributables" % " 2.6.0" )
7- addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.7 " )
7+ addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.9 " )
88addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
99addSbtPlugin(" org.scalastyle" % " scalastyle-sbt-plugin" % " 1.0.0" )
1010addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments