Skip to content

Commit

Permalink
Merge pull request #253 from hmrc/PLATUI-2554
Browse files Browse the repository at this point in the history
PLATUI-2554: Updated version of hmrc-frontend
  • Loading branch information
KatiePocklington committed Sep 29, 2023
2 parents 0471e92 + 0f18faa commit fe0226f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
For compatibility information see `govukFrontendVersion` and `hmrcFrontendVersion` in
[LibDependencies](project/LibDependencies.scala)

## [7.21.0] - 2023-09-29

### Changed

- Uplifted version of `hmrc-frontend` to `5.49.0`, to allow people the use of the utility class to hide stuff when javascript is disabled

### Compatible with

- [hmrc/hmrc-frontend v5.49.0](https://github.com/hmrc/hmrc-frontend/releases/tag/v5.49.0)
- [alphagov/govuk-frontend v4.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v4.7.0)


## [7.20.0] - 2023-09-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion project/LibDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.ModuleID

object LibDependencies {
val govukFrontendVersion: String = "4.7.0"
val hmrcFrontendVersion: String = "5.48.0"
val hmrcFrontendVersion: String = "5.49.0"
val playLanguageVersion: String = "6.2.0"

val compile: Seq[ModuleID] = dependencies(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sys.env.getOrElse("PLAY_VERSION", "2.8") match {
).map(addSbtPlugin)
}

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.9.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.14.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-play-cross-compilation" % "2.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

0 comments on commit fe0226f

Please sign in to comment.