From cd7357c2ec2147921a7569cda3855c5a00dcf47b Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sun, 4 Aug 2024 10:11:42 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#417) --- .github/workflows/build.yml | 2 +- .scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4730d67f..30ae238e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Check code format uses: jrouly/scalafmt-native-action@v1 with: - version: "3.8.2" + version: "3.8.3" arguments: "-c .scalafmt.conf --test core akka examples" - uses: jodersky/setup-mill@v0.3.0 with: diff --git a/.scalafmt.conf b/.scalafmt.conf index f5820b42..b994a565 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" maxColumn = 120 runner.dialect = scala213