Config key play.http.secret.key can be removed from conf/application.conf. This is already provided by Bootstrap
Deprecated config uk.gov.hmrc.play.bootstrap.AuditModule can be changed to uk.gov.hmrc.play.audit.AuditModule in conf/application.conf
Add uk.gov.hmrc.bootstrap-test-play-28 in project/AppDependencies.scala to provide recommended test dependencies. Use a variable to keep version in sync with bootstrap-play
SBT
can be updated to1.7.2
in project/build.propertiesScala
can be updated from2.12.15
to2.13.8
in build.sbtuk.gov.hmrc.sbt-auto-build
can be updated to3.9.0
in project/plugins.sbtuk.gov.hmrc.sbt-distributables
can be updated to2.2.0
in project/plugins.sbtplay.http.secret.key
can be removed from conf/application.conf. This is already provided by Bootstrapuk.gov.hmrc.play.bootstrap.AuditModule
can be changed touk.gov.hmrc.play.audit.AuditModule
in conf/application.confuk.gov.hmrc.bootstrap-test-play-28
in project/AppDependencies.scala to provide recommended test dependencies. Use a variable to keep version in sync with bootstrap-play