Skip to content

Commit

Permalink
Merge pull request #73 from hmrc/Karolina/DLS-8983
Browse files Browse the repository at this point in the history
DLS-8983: Further addressing config warnings [HTS]
  • Loading branch information
karolina-zaborska authored Oct 13, 2023
2 parents f139eda + 4f8f7f0 commit 8c21d9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ lazy val microservice = Project(appName, file("."))
scalacOptions ++= Seq(
"-P:silencer:pathFilters=routes;views"
),
libraryDependencies += compilerPlugin("com.github.ghik" % "silencer-plugin" % "1.7.13" cross CrossVersion.full)
libraryDependencies += compilerPlugin(
"com.github.ghik" % "silencer-plugin" % "1.7.13" cross CrossVersion.full)
// ***************
)
.settings(
Expand Down
9 changes: 0 additions & 9 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@ mongodb {
uri = "mongodb://localhost:27017/email-verification"
}

auditing {
enabled = false
consumer {
baseUri {
host = localhost
port = 8100
}
}
}

# a list of IP's to allowList. If this list is empty, no filtering is
# performed. The IP address is looked for in the HTTP header of requests
Expand Down
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import play.sbt.PlayImport.ws
import sbt.*

object AppDependencies {
val hmrcBootstrapVersion = "7.11.0"
val hmrcBootstrapVersion = "7.15.0"

val compile: Seq[ModuleID] = Seq(
ws,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy", url("https://open.artefacts

resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.9.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.14.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.2.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.8")
Expand Down

0 comments on commit 8c21d9e

Please sign in to comment.