Skip to content

Commit 6ce17f1

Browse files
Update scalafmt (#447)
* Scala-Steward: Update scalafmt-core from 3.9.1 to 3.9.2 * Reformat with scalafmt 3.9.2 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.9.2' to .git-blame-ignore-revs * Reformat --------- Co-authored-by: Pawel Lipski <[email protected]>
1 parent f3a3efd commit 6ce17f1

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
@@ -27,3 +27,6 @@
2727

2828
# Scala Steward: Reformat with scalafmt 3.9.1
2929
aad3804afe1f292df9fdf554ae0513d42a597e18
30+
31+
# Scala Steward: Reformat with scalafmt 3.9.2
32+
fb3bfe8551e2332f4e25c2b9e69b29cccc561569

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.9.1
1+
version = 3.9.2
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.9.1
1+
version = 3.9.2
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.9.1
1+
version = 3.9.2
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.9.1
1+
version = 3.9.2
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.9.1
1+
version = 3.9.2
22

33
style = defaultWithAlign
44

0 commit comments

Comments
 (0)