Skip to content

Commit

Permalink
Update scalafmt (#405)
Browse files Browse the repository at this point in the history
* Scala-Steward: Update scalafmt-core from 3.8.0 to 3.8.1

* Reformat with scalafmt 3.8.1

Executed command: scalafmt --non-interactive

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

* Revert scalafmt changes

---------

Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
  • Loading branch information
scala-steward and PawelLipski committed Apr 2, 2024
1 parent c510e06 commit bdafc9d
Show file tree
Hide file tree
Showing 7 changed files with 10 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 @@ -15,3 +15,6 @@

# Scala Steward: Reformat with scalafmt 3.8.0
2033f263ea3043d73c8a37e690686034aea62170

# Scala Steward: Reformat with scalafmt 3.8.1
3c28a3cb993c2eb15115644c75f54e7a0f764e89
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ buildRoots = [
"sbt-akka-serialization-helper/src/sbt-test/sbt-dumpschema/simple",
]

scalafmt.runAfterUpgrading = false

pullRequests {
frequency = "7 days"
grouping = [
Expand Down
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.0
version = 3.8.1

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.0
version = 3.8.1

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.0
version = 3.8.1

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.0
version = 3.8.1

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.0
version = 3.8.1

style = defaultWithAlign

Expand Down

0 comments on commit bdafc9d

Please sign in to comment.