From d344431de85f4a3105249708cd1ddf749961b1c3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:53:26 +0100 Subject: [PATCH] bump: scalafmt-core 3.7.17 (was 3.7.14) (#595) * bump: scalafmt-core 3.7.17 (was 3.7.14) * bump: scalafmt check to 3.7.17 --------- Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com> --- .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 2123817d..7549a557 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,4 +23,4 @@ jobs: - name: Check project is formatted uses: jrouly/scalafmt-native-action@v1 with: - version: '3.7.14' + version: '3.7.17' diff --git a/.scalafmt.conf b/.scalafmt.conf index 15043c26..d35baa43 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.17 runner.dialect = scala213 maxColumn = 120 docstrings.style = Asterisk