We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc2f94 commit db15111Copy full SHA for db15111
.github/workflows/format.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Check project is formatted
22
uses: jrouly/scalafmt-native-action@v2
23
with:
24
- version: '3.7.1'
+ version: '3.7.11'
25
arguments: '--list --mode diff-ref=origin/main'
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.7.1
+version = 3.7.11
2
runner.dialect = scala213
3
project.git = true
4
style = defaultWithAlign
0 commit comments