Skip to content

Commit 97678aa

Browse files
committed
Update scalafmt
1 parent a998ef5 commit 97678aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Check project is formatted
2121
uses: jrouly/scalafmt-native-action@v2
2222
with:
23-
version: '3.6.1'
23+
version: '3.7.1'
2424
arguments: '--list --mode diff-ref=origin/main'

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.6.1
1+
version = 3.7.1
22
runner.dialect = scala213
33
preset = default
44
align.preset = more

0 commit comments

Comments
 (0)