Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.11.0 as shellcheck
FROM mstruebing/editorconfig-checker:v3.4.0 as editorconfig-checker
FROM mvdan/shfmt:v3.12.0 as shfmt
FROM rhysd/actionlint:1.7.8 as actionlint
FROM scalameta/scalafmt:v3.9.9 as scalafmt
FROM scalameta/scalafmt:v3.10.0 as scalafmt
FROM zricethezav/gitleaks:v8.28.0 as gitleaks
FROM yoheimuta/protolint:0.56.4 as protolint
FROM ghcr.io/clj-kondo/clj-kondo:2025.09.22-alpine as clj-kondo
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATES/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Scala Format Configuration
// https://scalameta.org/scalafmt/docs/configuration.html
version = 3.9.9
version = 3.10.0
align.preset = more // For pretty alignment.
maxColumn = 80
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
Expand Down