From ed6e8aafee6c796a5b327456b33585b02324ca67 Mon Sep 17 00:00:00 2001 From: Peter Vlugter <59895+pvlugter@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:14:50 +1200 Subject: [PATCH] bump: scalafmt check to 3.17.14 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5c061978..2123817d 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.12' + version: '3.7.14'