Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.3 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
  • Loading branch information
softwaremill-ci authored Aug 1, 2024
1 parent 8a9e918 commit d22828b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ e988553eda72e5b4ea0760ff5e95bf0af12e9921

# Scala Steward: Reformat with scalafmt 3.8.2
b73b3c3f8fcaaa70595cd267f7242b0a0c345039

# Scala Steward: Reformat with scalafmt 3.8.3
9cc844f181b6f41a327bbff0c18a8c6621532ef1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 3.8.2
version = 3.8.3
maxColumn = 140
runner.dialect = scala3
1 change: 0 additions & 1 deletion core/src/test/scala/ox/ForkTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ class ForkTest extends AnyFlatSpec with Matchers:

trail.get shouldBe Vector("main mid", "f1 complete", "result = 5", "f2 interrupted")
}

0 comments on commit d22828b

Please sign in to comment.