From d22828bc04006ed106db362768b426602a3e7d90 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Thu, 1 Aug 2024 15:38:12 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#184) Co-authored-by: scala-steward --- .git-blame-ignore-revs | 3 +++ .scalafmt.conf | 2 +- core/src/test/scala/ox/ForkTest.scala | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index fa8aa8f1..03aeb89f 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ e988553eda72e5b4ea0760ff5e95bf0af12e9921 # Scala Steward: Reformat with scalafmt 3.8.2 b73b3c3f8fcaaa70595cd267f7242b0a0c345039 + +# Scala Steward: Reformat with scalafmt 3.8.3 +9cc844f181b6f41a327bbff0c18a8c6621532ef1 diff --git a/.scalafmt.conf b/.scalafmt.conf index 173afe6a..962be510 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.8.2 +version = 3.8.3 maxColumn = 140 runner.dialect = scala3 diff --git a/core/src/test/scala/ox/ForkTest.scala b/core/src/test/scala/ox/ForkTest.scala index 6c221c71..ffd4a185 100644 --- a/core/src/test/scala/ox/ForkTest.scala +++ b/core/src/test/scala/ox/ForkTest.scala @@ -73,4 +73,3 @@ class ForkTest extends AnyFlatSpec with Matchers: trail.get shouldBe Vector("main mid", "f1 complete", "result = 5", "f2 interrupted") } -