Skip to content

Commit

Permalink
Merge pull request #73 from hmrc/DDCE-4663
Browse files Browse the repository at this point in the history
DDCE-4663 - Cleanup unused configs
  • Loading branch information
lmugnai authored Oct 6, 2023
2 parents 6f3c977 + 6b2a39e commit 6828b45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,9 @@ workers {
fallback.months = 6

mongodb {

uri = "mongodb://localhost:27017/currency-conversion"
}

mongo-async-driver {
akka {
loglevel = WARNING
}
}

microservice {
services {

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy2", url("https://open.artefact
// Try to remove when sbt 1.8.0+ and scoverage is 2.0.7+
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

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("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1")
Expand Down

0 comments on commit 6828b45

Please sign in to comment.