Skip to content

Commit

Permalink
PLATUI-2943 bump sbt-auto-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ellamdav authored and kyle-bowden committed Apr 12, 2024
1 parent 58c7e0c commit 21521f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For compatibility information see `govukFrontendVersion` and `hmrcFrontendVersio
### Changed

- Release new version of play-frontend-hmrc that includes govuk-frontend 5.3.0
- Added ADR for [deferring the inclusion of the password field]((0021-defer-inclusion-of-password-field.md)) from govuk-frontend v5.3.0
- Added ADR for [deferring the inclusion of the password field](./docs/maintainers/adr/0021-defer-inclusion-of-password-field.md) from govuk-frontend v5.3.0

### Compatible with

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sys.env.get("PLAY_VERSION") match {
case _ => libraryDependencySchemes := libraryDependencySchemes.value // or any empty DslEntry
}

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.20.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.21.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

sys.env.get("PLAY_VERSION") match {
Expand Down

0 comments on commit 21521f2

Please sign in to comment.