Skip to content

Commit

Permalink
Merge pull request #301 from hmrc/DLS-10884-PlayFrontendToV9.0.0
Browse files Browse the repository at this point in the history
DLS-10884: Upgraded Play-frontend to V9.0.0
  • Loading branch information
emanfalola9998 authored Sep 3, 2024
2 parents d1142ae + e61238c commit 0644ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'lib/govuk-frontend/govuk/base';
@import "lib/govuk-frontend/dist/govuk/base";

.app-related-items {
border-top: 2px solid govuk-colour('blue');
Expand Down
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AppDependencies {
val compile: Seq[ModuleID] = Seq(
play.sbt.PlayImport.ws,
"uk.gov.hmrc" %% s"bootstrap-frontend-$playVersion" % bootstrapVersion,
"uk.gov.hmrc" %% s"play-frontend-hmrc-$playVersion" % "8.5.0",
"uk.gov.hmrc" %% s"play-frontend-hmrc-$playVersion" % "9.0.0",
"uk.gov.hmrc" %% s"play-conditional-form-mapping-$playVersion" % "2.0.0",
"uk.gov.hmrc.mongo" %% s"hmrc-mongo-$playVersion" % hmrcMongoVersion,
"com.openhtmltopdf" % "openhtmltopdf-pdfbox" % "1.0.10",
Expand Down

0 comments on commit 0644ca3

Please sign in to comment.