=sbt update scalafmt to 3.7.14
This commit is contained in:
parent
45488f537b
commit
efaa82c966
2 changed files with 2 additions and 2 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -20,5 +20,5 @@ jobs:
|
|||
- name: Check project is formatted
|
||||
uses: jrouly/scalafmt-native-action@v2
|
||||
with:
|
||||
version: '3.7.11'
|
||||
version: '3.7.14'
|
||||
arguments: '--list --mode diff-ref=origin/main'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version = 3.7.11
|
||||
version = 3.7.14
|
||||
runner.dialect = scala213
|
||||
project.git = true
|
||||
style = defaultWithAlign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue