Skip to content

Commit db15111

Browse files
committed
Update scalafmt
1 parent 3cc2f94 commit db15111

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
@@ -21,5 +21,5 @@ jobs:
2121
- name: Check project is formatted
2222
uses: jrouly/scalafmt-native-action@v2
2323
with:
24-
version: '3.7.1'
24+
version: '3.7.11'
2525
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.7.1
1+
version = 3.7.11
22
runner.dialect = scala213
33
project.git = true
44
style = defaultWithAlign

0 commit comments

Comments
 (0)