Skip to content

Commit

Permalink
updated application.conf and microservicebuild.scala for bootstrap up…
Browse files Browse the repository at this point in the history
…grade
  • Loading branch information
Michael-RJ committed Nov 20, 2017
1 parent b8dac8d commit 59161c3
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 59161c3

Please sign in to comment.