From 5787cd2b15a87380204c848feb8a3d8a17f52b08 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 1 Aug 2023 18:18:39 +0200 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 9d330b61..d90635f5 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.7.1' + version: '3.7.11' arguments: '--list --mode diff-ref=origin/main' diff --git a/.scalafmt.conf b/.scalafmt.conf index 1aae8a44..23ae7122 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.11 runner.dialect = scala213 project.git = true style = defaultWithAlign