Skip to content

Commit

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

* Reformat with scalafmt 3.8.6

Executed command: scalafmt --non-interactive

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

* Fix formatting

---------

Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
  • Loading branch information
scala-steward and PawelLipski authored Feb 4, 2025
1 parent 6e9d76c commit b6d4cad
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 @@ -21,3 +21,6 @@

# Scala Steward: Reformat with scalafmt 3.8.5
5b2b82217f0a49722c4cc2d9c9be0119b13538bd

# Scala Steward: Reformat with scalafmt 3.8.6
7d226fbf8fcc63bc520058383a35fbe392b25410
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.5
version = 3.8.6

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.5
version = 3.8.6

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.5
version = 3.8.6

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.5
version = 3.8.6

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.5
version = 3.8.6

style = defaultWithAlign

Expand Down

0 comments on commit b6d4cad

Please sign in to comment.