From 45e3da0160b94ed127ce1e2cd09c5869118011dc Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Fri, 27 Jan 2023 09:10:01 +0100 Subject: [PATCH] Update scalafmt --- .github/workflows/format.yml | 2 +- .scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 502401a893..9d330b61d8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,5 +20,5 @@ jobs: - name: Check project is formatted uses: jrouly/scalafmt-native-action@v2 with: - version: '3.6.1' + version: '3.7.1' arguments: '--list --mode diff-ref=origin/main' diff --git a/.scalafmt.conf b/.scalafmt.conf index efa297ee4a..1aae8a44ab 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.6.1 +version = 3.7.1 runner.dialect = scala213 project.git = true style = defaultWithAlign