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/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 6da41b7 Update scalafmt-core to 3.7.17 (#159)
6da41b7 is described below
commit 6da41b79fdd02cb5aa11750106f2d3376188d8be
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 20:24:43 2024 +0100
Update scalafmt-core to 3.7.17 (#159)
* 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 b6a58be..609705c 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -19,7 +19,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 e6acef3..ef969ac 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]