File tree Expand file tree Collapse file tree 4 files changed +5
-21
lines changed Expand file tree Collapse file tree 4 files changed +5
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ play.filters.enabled += "play.filters.headers.SecurityHeadersFilter"
23
23
24
24
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.AuthModule"
25
25
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"
27
29
28
30
play.modules.enabled += "uk.gov.hmrc.mongo.play.PlayMongoModule"
29
31
@@ -79,13 +81,6 @@ controllers {
79
81
# You can disable evolutions if needed
80
82
# evolutionplugin=disabled
81
83
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
-
89
84
microservice {
90
85
services {
91
86
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbt._
4
4
object AppDependencies {
5
5
val hmrc = " uk.gov.hmrc"
6
6
val playVersion = " play-30"
7
- val hmrcBootstrapVersion = " 8.4 .0"
7
+ val hmrcBootstrapVersion = " 9.0 .0"
8
8
val hmrcMongoVersion = " 1.7.0"
9
9
10
10
val compile : Seq [ModuleID ] = Seq (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resolvers += Resolver.typesafeRepo("releases")
6
6
7
7
addSbtPlugin(" uk.gov.hmrc" %% " sbt-auto-build" % " 3.22.0" )
8
8
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 " )
10
10
addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % " 2.0.10" )
11
11
addSbtPlugin(" org.scalameta" %% " sbt-scalafmt" % " 2.5.2" )
12
12
You can’t perform that action at this time.
0 commit comments