File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FROM koalaman/shellcheck:v0.8.0 as shellcheck
22
22
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
23
23
FROM mvdan/shfmt:v3.4.3 as shfmt
24
24
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
26
26
FROM yoheimuta/protolint:v0.38.1 as protolint
27
27
FROM zricethezav/gitleaks:v8.8.4 as gitleaks
28
28
Original file line number Diff line number Diff line change 1
1
// Scala Format Configuration
2
2
// https://scalameta.org/scalafmt/docs/configuration.html
3
- version = 3.5 .2
3
+ version = 3.5 .3
4
4
align.preset = more // For pretty alignment.
5
5
maxColumn = 80
6
6
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
You can’t perform that action at this time.
0 commit comments