From ee98ce134689d9d2d34bcbb070a779edd0ac7db7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:08:12 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 64ca41fe0..175353ed7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala212 From e2f5f00ad433f25a24fde3f01927f711deb2442c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:08:23 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.3 Executed command: scalafmt --non-interactive --- sbt/src/main/scala/laika/sbt/Logs.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbt/src/main/scala/laika/sbt/Logs.scala b/sbt/src/main/scala/laika/sbt/Logs.scala index a57f9f654..736859fec 100644 --- a/sbt/src/main/scala/laika/sbt/Logs.scala +++ b/sbt/src/main/scala/laika/sbt/Logs.scala @@ -43,9 +43,7 @@ private[sbt] object Logs { val styles = docTypes.count(_.isInstanceOf[StyleSheet]) val conf = docTypes.count(_ == Config) - s"Parsing $docs markup document${s(docs)}, $tmpl template${s(tmpl)}, $conf configuration${ - s(conf) - }, $styles stylesheet${s(styles)} ..." + s"Parsing $docs markup document${s(docs)}, $tmpl template${s(tmpl)}, $conf configuration${s(conf)}, $styles stylesheet${s(styles)} ..." } /** Create a string containing detailed information about From 270d5bd6782833b8c46612b4bdc49aab5216afdb Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:08:24 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 5d1029722..76bbe446c 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -13,3 +13,6 @@ ee118945759210a8b13e68538947244fd7f77f97 c50a45726c897346da0a7c3bfa844826d2a62af0 # Scala Steward: Reformat with scalafmt 3.8.2 ed6ca75be5fe45cda373a6e2f79105a76fed603d + +# Scala Steward: Reformat with scalafmt 3.8.3 +e2f5f00ad433f25a24fde3f01927f711deb2442c