Skip to content

Commit 613d661

Browse files
deps(docker): bump scalameta/scalafmt from v3.8.0 to v3.8.1 (#5463)
Bumps scalameta/scalafmt from v3.8.0 to v3.8.1. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaf5f3d commit 613d661

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
@@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.10.0 as shellcheck
2020
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
2121
FROM mvdan/shfmt:v3.8.0 as shfmt
2222
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
2424
FROM zricethezav/gitleaks:v8.18.2 as gitleaks
2525
FROM yoheimuta/protolint:0.49.4 as protolint
2626
FROM ghcr.io/clj-kondo/clj-kondo:2024.03.13-alpine as clj-kondo

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.8.0
3+
version = 3.8.1
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)