Skip to content

Commit

Permalink
[JG] OPS-13226 - upodate backend dependency (#517)
Browse files Browse the repository at this point in the history
 [JG] OPS-13226 - update backend dependency
  • Loading branch information
DreamcastKnight authored Jan 16, 2025
1 parent b0746ad commit bf57fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/testOnly/controllers/StartJourneyController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ object StartJourneyController {
Some(AddressLine("Top floor")),
Some(AddressLine("Attic")),
Some(IsReturnedLetterService(value = false)),
Some(List(contactDetail)),
Some(contactDetail),
Some(Postcode(SensitiveString("NO1HERE"))),
Some(Country("UK")),
Some(List(PostcodeHistory(
Expand Down
4 changes: 2 additions & 2 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ object AppDependencies {
val compile: Seq[ModuleID] = Seq(
// format: OFF
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % bootstrapVersion,
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "11.9.0",
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "11.10.0",
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.2.0",
"com.beachape" %% "enumeratum-play" % "1.8.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"uk.gov.hmrc" %% "essttp-backend-cor-journey" % "1.175.0",
"uk.gov.hmrc" %% "essttp-backend-cor-journey" % "1.176.0",
"uk.gov.hmrc" %% "domain-play-30" % "10.0.0"
// format: ON
)
Expand Down

0 comments on commit bf57fb3

Please sign in to comment.