Skip to content

Commit

Permalink
Merge pull request #124 from hmrc/SAR-1122
Browse files Browse the repository at this point in the history
updated application.conf and microservicebuild.scala for bootstrap up…
  • Loading branch information
suyangyu authored Nov 20, 2017
2 parents b8dac8d + 59161c3 commit 71913d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ play.modules.enabled += "uk.gov.hmrc.play.bootstrap.AuditModule"

# Provides an implementation of MetricsFilter. Use `uk.gov.hmrc.play.graphite.GraphiteMetricsModule` or create your own.
# A metric filter must be provided
play.modules.enabled += "uk.gov.hmrc.play.graphite.GraphiteMetricsModule"
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.graphite.GraphiteMetricsModule"

# Provides an implementation and configures all filters required by a Platform frontend microservice.
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.MicroserviceModule"
Expand Down
2 changes: 1 addition & 1 deletion project/MicroServiceBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private object AppDependencies {

private val wiremockVersion = "2.5.1"

private val bootstrapVersion = "0.14.0"
private val bootstrapVersion = "1.0.0"


val compile = Seq(
Expand Down

0 comments on commit 71913d9

Please sign in to comment.