mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
deps(docker): bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323)
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>
This commit is contained in:
parent
a3046b34e6
commit
6c1f40c903
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue