Skip to content

Commit 7ed13a3

Browse files
authored
Update scalafmt-core to 3.8.3 (#195)
1 parent 6bcb6ec commit 7ed13a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check code format
1919
uses: jrouly/scalafmt-native-action@v1
2020
with:
21-
version: "3.8.1"
21+
version: "3.8.3"
2222
arguments: "-c .scalafmt.conf --test"
2323
- uses: jodersky/[email protected]
2424
with:

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.1"
1+
version = "3.8.3"
22
maxColumn = 120
33

44
runner.dialect = scala213

0 commit comments

Comments
 (0)