Skip to content

Commit e735986

Browse files
bump: scalafmt-core 3.8.0 (was 3.7.17) (#611)
* bump: scalafmt-core 3.8.0 (was 3.7.17) * bump: scalafmt check to 3.8.0 --------- Co-authored-by: Peter Vlugter <[email protected]>
1 parent 72d7247 commit e735986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Check project is formatted
2424
uses: jrouly/scalafmt-native-action@v1
2525
with:
26-
version: '3.7.17'
26+
version: '3.8.0'

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.17
1+
version = 3.8.0
22
runner.dialect = scala213
33
maxColumn = 120
44
docstrings.style = Asterisk

0 commit comments

Comments
 (0)