From e70adb19d6f167f241fdaaeec49ea160c4eb0849 Mon Sep 17 00:00:00 2001 From: Peter Vlugter <59895+pvlugter@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:59:39 +1200 Subject: [PATCH] bump: scalafmt check to 3.8.2 --- .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 431b6559..7b8a8a44 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.8.1' + version: '3.8.2'