This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 8fa1b9ef Update scalafmt-core to 3.7.17 (#167)
8fa1b9ef is described below
commit 8fa1b9ef1be91c8cee55c471a242dd602409727c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 11:23:58 2024 +0200
Update scalafmt-core to 3.7.17 (#167)
* Update scalafmt-core to 3.7.17
* Update format.yml
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
.github/workflows/format.yml | 3 +--
.scalafmt.conf | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 163b3ed5..c7698ac0 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -18,7 +18,6 @@ jobs:
persist-credentials: false
- name: Check project is formatted
- uses: jrouly/scalafmt-native-action@v2
+ uses: jrouly/scalafmt-native-action@v3
with:
- version: '3.7.11'
arguments: '--list --mode diff-ref=origin/main'
diff --git a/.scalafmt.conf b/.scalafmt.conf
index daf6e640..d8ec6259 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version = 3.7.11
+version = 3.7.17
runner.dialect = scala213
project.git = true
style = defaultWithAlign
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]