Skip to content

Commit

Permalink
Scala-Steward: Update scalafmt-core from 3.7.15 to 3.7.17 (#373)
Browse files Browse the repository at this point in the history
* Scala-Steward: Update scalafmt-core from 3.7.15 to 3.7.17

* Reformat with scalafmt 3.7.17

Executed command: scalafmt --non-interactive

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

* Reformat again

---------

Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
  • Loading branch information
scala-steward and PawelLipski authored Nov 18, 2023
1 parent 2e8a582 commit c316768
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 @@ -9,3 +9,6 @@

# Scala Steward: Reformat with scalafmt 3.7.15
958dbe1ae80de43a8b9b8d176375c8d368d5368a

# Scala Steward: Reformat with scalafmt 3.7.17
49f4e6aecf873f4179fcc0fca4b3c5f0d97195c2
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.15
version = 3.7.17

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.7.15
version = 3.7.17

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.7.15
version = 3.7.17

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.7.15
version = 3.7.17

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.7.15
version = 3.7.17

style = defaultWithAlign

Expand Down

0 comments on commit c316768

Please sign in to comment.