Skip to content

Commit

Permalink
chore: Bump scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 2, 2024
1 parent e379faf commit 242278b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: coursier/[email protected].0
- uses: coursier/[email protected].5
with:
apps: scalafmt
jvm: "temurin:17"
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.1"

align.preset = more
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion backend/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.3"
version = "3.8.1"
runner.dialect = scala213
maxColumn = 100
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.3"
version = "3.8.1"
runner.dialect = scala213
maxColumn = 100
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion bridges/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.3"
version = "3.8.1"
runner.dialect = scala213
maxColumn = 100
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion frontend/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.3"
version = "3.8.1"
runner.dialect = scala213
maxColumn = 100
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion shared/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.3"
version = "3.8.1"
runner.dialect = scala213
maxColumn = 100
docstrings.style = Asterisk
Expand Down

0 comments on commit 242278b

Please sign in to comment.