Skip to content

Commit c220c50

Browse files
DLS-10979: Clean up and PR Bot comments.
1 parent 63809e2 commit c220c50

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

conf/application-json-logger.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

conf/application.conf

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ play.filters.enabled += "play.filters.headers.SecurityHeadersFilter"
2323

2424
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.AuthModule"
2525

26-
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientModule"
26+
#play.modules.enabled += "uk.gov.hmrc.play.audit.AuditModule"
27+
28+
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientV2Module"
2729

2830
play.modules.enabled += "uk.gov.hmrc.mongo.play.PlayMongoModule"
2931

@@ -79,13 +81,6 @@ controllers {
7981
# You can disable evolutions if needed
8082
# evolutionplugin=disabled
8183

82-
# Metrics plugin settings - graphite reporting is configured on a per env basis
83-
metrics.enabled = true
84-
85-
# Microservice specific config
86-
87-
auditing.enabled = true
88-
8984
microservice {
9085
services {
9186

project/AppDependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt._
44
object AppDependencies {
55
val hmrc = "uk.gov.hmrc"
66
val playVersion = "play-30"
7-
val hmrcBootstrapVersion = "8.4.0"
7+
val hmrcBootstrapVersion = "9.0.0"
88
val hmrcMongoVersion = "1.7.0"
99

1010
val compile: Seq[ModuleID] = Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolvers += Resolver.typesafeRepo("releases")
66

77
addSbtPlugin("uk.gov.hmrc" %% "sbt-auto-build" % "3.22.0")
88
addSbtPlugin("uk.gov.hmrc" %% "sbt-distributables" % "2.5.0")
9-
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.1")
9+
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.3")
1010
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10")
1111
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
1212

0 commit comments

Comments
 (0)