Skip to content

Commit

Permalink
Update scalafmt (#440)
Browse files Browse the repository at this point in the history
* Scala-Steward: Update scalafmt-core from 3.8.3 to 3.8.5

* Reformat with scalafmt 3.8.5

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.5' to .git-blame-ignore-revs

* Reformat subprojects

---------

Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
  • Loading branch information
scala-steward and PawelLipski authored Jan 20, 2025
1 parent 0f77bec commit 10c0cbe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@

# Scala Steward: Reformat with scalafmt 3.8.1
3c28a3cb993c2eb15115644c75f54e7a0f764e89

# Scala Steward: Reformat with scalafmt 3.8.5
5b2b82217f0a49722c4cc2d9c9be0119b13538bd
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.3
version = 3.8.5

style = defaultWithAlign

Expand Down
2 changes: 1 addition & 1 deletion examples/akka-cluster-app/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

style = defaultWithAlign

Expand Down
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

style = defaultWithAlign

Expand Down
2 changes: 1 addition & 1 deletion examples/event-migration/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

style = defaultWithAlign

Expand Down
2 changes: 1 addition & 1 deletion project/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

style = defaultWithAlign

Expand Down

0 comments on commit 10c0cbe

Please sign in to comment.