From e695968c7ee9304c1f6c3f9e012e85e23b53d4cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:02:28 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.12 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5881eba..d36a93c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.6.1 +version=3.7.12 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false From 4775c6de73173d309ea48225f9cf0d4c37db97a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:02:38 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.12 Executed command: scalafmt --non-interactive --- publish.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/publish.sbt b/publish.sbt index 9277a99..37e40ad 100644 --- a/publish.sbt +++ b/publish.sbt @@ -7,7 +7,7 @@ ThisBuild / scmInfo := Some( ), ) -ThisBuild / developers := List( +ThisBuild / developers := List( Developer( id = "red-bashmak", name = "Vyacheslav Kalyokin", @@ -17,5 +17,5 @@ ThisBuild / developers := List( ) ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / description := "Sbt plugin for download schemas from schema registry" -ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-plugin")) +ThisBuild / description := "Sbt plugin for download schemas from schema registry" +ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-plugin")) From ba529390709374425486fe40a0c23a67c1bbc014 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 22:02:38 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.12' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..1719f7e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.12 +4775c6de73173d309ea48225f9cf0d4c37db97a4