=sbt update scalafmt to 3.7.14

This commit is contained in:
He-Pin 2023-09-10 13:44:18 +08:00 committed by kerr
parent 45488f537b
commit efaa82c966
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -1,4 +1,4 @@
version = 3.7.11
version = 3.7.14
runner.dialect = scala213
project.git = true
style = defaultWithAlign