From 7b8045e77afb8270b97a12b7d4b507b61e886f4c Mon Sep 17 00:00:00 2001 From: ex0ns Date: Tue, 7 Nov 2023 22:25:43 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.15 (#355) --- .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 ea426c0f..e736c49e 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.7.14" + version: "3.7.15" 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 202bcd6a..752fa782 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.14" +version = "3.7.15" maxColumn = 120 runner.dialect = scala213