mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
deps(docker): bump scalameta/scalafmt from v3.8.1 to v3.8.2 (#5765)
Bumps scalameta/scalafmt from v3.8.1 to v3.8.2. --- 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>
This commit is contained in:
parent
de4b193006
commit
4931da55da
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ FROM koalaman/shellcheck:v0.10.0 AS shellcheck
|
|||
FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker
|
||||
FROM mvdan/shfmt:v3.8.0 AS shfmt
|
||||
FROM rhysd/actionlint:1.7.1 AS actionlint
|
||||
FROM scalameta/scalafmt:v3.8.1 AS scalafmt
|
||||
FROM scalameta/scalafmt:v3.8.2 AS scalafmt
|
||||
FROM zricethezav/gitleaks:v8.18.4 AS gitleaks
|
||||
FROM yoheimuta/protolint:0.50.3 AS protolint
|
||||
FROM ghcr.io/clj-kondo/clj-kondo:2024.05.24-alpine AS clj-kondo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Scala Format Configuration
|
||||
// https://scalameta.org/scalafmt/docs/configuration.html
|
||||
version = 3.8.1
|
||||
version = 3.8.2
|
||||
align.preset = more // For pretty alignment.
|
||||
maxColumn = 80
|
||||
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
||||
|
|
Loading…
Reference in a new issue