From 6c1f40c9031146346142102c3ecca4954671735e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:05:10 +0100 Subject: [PATCH] deps(docker): bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323) Bumps scalameta/scalafmt from v3.7.17 to v3.8.0. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- TEMPLATES/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 854d9509..d6649a33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:v0.9.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.7.17 as scalafmt +FROM scalameta/scalafmt:v3.8.0 as scalafmt FROM zricethezav/gitleaks:v8.18.2 as gitleaks FROM yoheimuta/protolint:0.47.6 as protolint FROM ghcr.io/clj-kondo/clj-kondo:2024.02.12-alpine as clj-kondo diff --git a/TEMPLATES/.scalafmt.conf b/TEMPLATES/.scalafmt.conf index f7f9e1ce..4db3e176 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.7.17 +version = 3.8.0 align.preset = more // For pretty alignment. maxColumn = 80 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects