Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ play.filters.enabled += "uk.gov.hmrc.helpfrontend.filters.LanguageChangeFilter"

play.filters.enabled += play.filters.csp.CSPFilter

play.modules.disabled += "uk.gov.hmrc.hmrcfrontend.config.DefaultServiceNavConfigModule"

play.modules.enabled += "uk.gov.hmrc.hmrcfrontend.config.ServiceNavCanBeControlledByQueryParamModule"

# Default http client
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientV2Module"

Expand Down
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.*
object AppDependencies {

private val bootstrapVersion = "10.5.0"
private val frontendVersion = "12.29.0"
private val frontendVersion = "12.32.0-SNAPSHOT"
private val playVersion = "play-30"

val compile = Seq(
Expand Down