10000 Bump scalameta/scalafmt from v3.5.2 to v3.5.3 (#2900) · github/super-linter@b6e391a · GitHub
[go: up one dir, main page]

Skip to content

Commit b6e391a

Browse files
Bump scalameta/scalafmt from v3.5.2 to v3.5.3 (super-linter#2900)
* Bump scalameta/scalafmt from v3.5.2 to v3.5.3 Bumps scalameta/scalafmt from v3.5.2 to v3.5.3. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update .scalafmt.conf Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
1 parent 1d139ee commit b6e391a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM koalaman/shellcheck:v0.8.0 as shellcheck
2222
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
2323
FROM mvdan/shfmt:v3.4.3 as shfmt
2424
FROM rhysd/actionlint:1.6.13 as actionlint
25-
FROM scalameta/scalafmt:v3.5.2 as scalafmt
25+
FROM scalameta/scalafmt:v3.5.3 as scalafmt
2626
FROM yoheimuta/protolint:v0.38.1 as protolint
2727
FROM zricethezav/gitleaks:v8.8.4 as gitleaks
2828

TEMPLATES/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Scala Format Configuration
22
// https://scalameta.org/scalafmt/docs/configuration.html
3-
version = 3.5.2
3+
version = 3.5.3
44
align.preset = more // For pretty alignment.
55
maxColumn = 80
66
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects

0 commit comments

Comments
 (0)
0