Skip to content

Commit

Permalink
deps(docker): bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323)
Browse files Browse the repository at this point in the history
Bumps scalameta/scalafmt from v3.7.17 to v3.8.0.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent a3046b3 commit 6c1f40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
FROM mvdan/shfmt:v3.8.0 as shfmt
FROM rhysd/actionlint:1.6.27 as actionlint
FROM scalameta/scalafmt:v3.7.17 as scalafmt
FROM scalameta/scalafmt:v3.8.0 as scalafmt
FROM zricethezav/gitleaks:v8.18.2 as gitleaks
FROM yoheimuta/protolint:0.47.6 as protolint
FROM ghcr.io/clj-kondo/clj-kondo:2024.02.12-alpine as clj-kondo
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATES/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Scala Format Configuration
// https://scalameta.org/scalafmt/docs/configuration.html
version = 3.7.17
version = 3.8.0
align.preset = more // For pretty alignment.
maxColumn = 80
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
Expand Down

0 comments on commit 6c1f40c

Please sign in to comment.