diff --git a/Dockerfile b/Dockerfile index f4c80597..2d2d8d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.10.0 as shellcheck FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM mvdan/shfmt:v3.8.0 as shfmt FROM rhysd/actionlint:1.6.27 as actionlint -FROM scalameta/scalafmt:v3.8.0 as scalafmt +FROM scalameta/scalafmt:v3.8.1 as scalafmt FROM zricethezav/gitleaks:v8.18.2 as gitleaks FROM yoheimuta/protolint:0.49.4 as protolint FROM ghcr.io/clj-kondo/clj-kondo:2024.03.13-alpine as clj-kondo diff --git a/TEMPLATES/.scalafmt.conf b/TEMPLATES/.scalafmt.conf index 4db3e176..0d6df90c 100644 --- a/TEMPLATES/.scalafmt.conf +++ b/TEMPLATES/.scalafmt.conf @@ -1,6 +1,6 @@ // Scala Format Configuration // https://scalameta.org/scalafmt/docs/configuration.html -version = 3.8.0 +version = 3.8.1 align.preset = more // For pretty alignment. maxColumn = 80 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects