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 6bcb6ec commit 7ed13a3Copy full SHA for 7ed13a3
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Check code format
19
uses: jrouly/scalafmt-native-action@v1
20
with:
21
- version: "3.8.1"
+ version: "3.8.3"
22
arguments: "-c .scalafmt.conf --test"
23
- uses: jodersky/[email protected]
24
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = "3.8.1"
+version = "3.8.3"
2
maxColumn = 120
3
4
runner.dialect = scala213
0 commit comments