Skip to content

Commit 10c0cbe

Browse files
Update scalafmt (#440)
* 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 <[email protected]>
1 parent 0f77bec commit 10c0cbe

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818

1919
# Scala Steward: Reformat with scalafmt 3.8.1
2020
3c28a3cb993c2eb15115644c75f54e7a0f764e89
21+
22+
# Scala Steward: Reformat with scalafmt 3.8.5
23+
5b2b82217f0a49722c4cc2d9c9be0119b13538bd

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.5
22

33
style = defaultWithAlign
44

examples/akka-cluster-app/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.5
22

33
style = defaultWithAlign
44

examples/akka-persistence-app/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.5
22

33
style = defaultWithAlign
44

examples/event-migration/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.5
22

33
style = defaultWithAlign
44

project/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.5
22

33
style = defaultWithAlign
44

0 commit comments

Comments
 (0)