From 264f55456b25b1331e94f8581f2bcf7d5291d9f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 23:23:21 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index cb1457c..829ab3b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version = 3.6.1 +version = 3.7.1 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false From 030dde23c2c5381358b2bd9bcd9485026e03b188 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 23:23:33 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.1 Executed command: scalafmt --non-interactive --- publish.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sbt b/publish.sbt index 31614b4..3cbce1d 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,14 +1,14 @@ ThisBuild / organization := "ru.tinkoff" ThisBuild / scalaVersion := "2.13.10" -ThisBuild / scmInfo := Some( +ThisBuild / scmInfo := Some( ScmInfo( url("https://github.com/TinkoffCreditSystems/gatling-picatinny.git"), "git@https://github.com/TinkoffCreditSystems/gatling-picatinny.git", ), ) -ThisBuild / developers := List( +ThisBuild / developers := List( Developer( id = "chepk", name = "Sergey Chepkasov", From 7882b79a14b91b9dd0da45e011b42fa8bdae653f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 23:23:33 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.1' 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..033690f --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.1 +030dde23c2c5381358b2bd9bcd9485026e03b188