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 @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.10.0 as shellcheck
20
20
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
21
21
FROM mvdan/shfmt:v3.8.0 as shfmt
22
22
FROM rhysd/actionlint:1.6.27 as actionlint
23
- FROM scalameta/scalafmt:v3.8.0 as scalafmt
23
+ FROM scalameta/scalafmt:v3.8.1 as scalafmt
24
24
FROM zricethezav/gitleaks:v8.18.2 as gitleaks
25
25
FROM yoheimuta/protolint:0.49.4 as protolint
26
26
FROM ghcr.io/clj-kondo/clj-kondo:2024.03.13-alpine as clj-kondo
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.8 .0
3
+ version = 3.8 .1
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