From 8cc11616a70cf432d674739282a952961431794a Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 26 Dec 2023 14:23:11 +1100 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 9a79a33..7559471 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.15' + version: '3.7.17' arguments: '--list --mode diff-ref=origin/main' diff --git a/.scalafmt.conf b/.scalafmt.conf index 8d7e3f6..3092d42 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.15 +version = 3.7.17 runner.dialect = scala213 preset = default align.preset = more