From 613d6614482fd8f3cc9fcbec581bbd16e8899a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:40:18 +0200 Subject: [PATCH] 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] 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 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