Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update scalafmt version and github action
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew de Detrich <[email protected]>
  • Loading branch information
mdedetrich committed Jan 3, 2024
1 parent d77479b commit 29a3028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
fetch-depth: 0

- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
with:
version: '3.1.2'
uses: jrouly/scalafmt-native-action@v3
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.1.2
version = 3.7.17
runner.dialect = scala212source3
style = defaultWithAlign
maxColumn = 120
Expand Down

0 comments on commit 29a3028

Please sign in to comment.