From c43f2f5d9fd8e3d3396030fbc84d7a0f03e95791 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 23 Jan 2023 18:20:13 +0000 Subject: [PATCH 1/3] scalafmt-core 3.7.0 (was 3.6.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2a629120..6892abef 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.6.1 +version = 3.7.0 runner.dialect = scala213 From 3c4978dc8f174746eea3ce8c1588907c737baffc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 23 Jan 2023 18:20:28 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.0 Executed command: scalafmt --non-interactive --- build.sbt | 4 ++-- docs/build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 178879ae..5e26014b 100644 --- a/build.sbt +++ b/build.sbt @@ -123,8 +123,8 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value) % Optional, - libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.1").cross(CrossVersion.for3Use2_13), - run / fork := true + libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.1").cross(CrossVersion.for3Use2_13), + run / fork := true ) .aggregate(parser) .dependsOn(apiJvm % Test, parser % "compile->compile;test->test") diff --git a/docs/build.sbt b/docs/build.sbt index d55b08e2..36b1142e 100644 --- a/docs/build.sbt +++ b/docs/build.sbt @@ -26,7 +26,7 @@ lazy val docs = project ) }, headerMappings ++= Map( - FileType("sbt") -> HeaderCommentStyle.cppStyleLineComment, + FileType("sbt") -> HeaderCommentStyle.cppStyleLineComment, FileType("properties") -> HeaderCommentStyle.hashLineComment, FileType("md") -> CommentStyle(new LineCommentCreator(""), commentBetween("")), ), From fe608d6ead0b5d417556ebb91a245dc7f49ff3a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 23 Jan 2023 18:20:28 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.0' 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 5680b6b3..4db1150a 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -3,3 +3,6 @@ # Scala Steward: Reformat with scalafmt 3.6.0 c846f08f0eba509d8f0f39114578cbe61465106d + +# Scala Steward: Reformat with scalafmt 3.7.0 +3c4978dc8f174746eea3ce8c1588907c737baffc