From 3846a4930310763ed16ec83b42ce43bf0a124a1d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:19:30 +0100 Subject: [PATCH] Update scalafmt-core to 3.7.1 (#124) * Update scalafmt-core to 3.7.1 * Reformat with scalafmt 3.7.1 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.1' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ .scalafmt.conf | 2 +- publish.sbt | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) 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..51c0a40 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.1 +3be9944a4bdcf03615c2357d5c32c62a713d2ce7 diff --git a/.scalafmt.conf b/.scalafmt.conf index 5881eba..835283f 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 diff --git a/publish.sbt b/publish.sbt index 4022cee..f426b44 100644 --- a/publish.sbt +++ b/publish.sbt @@ -6,7 +6,7 @@ ThisBuild / scmInfo := Some( ), ) -ThisBuild / developers := List( +ThisBuild / developers := List( Developer( id = "jigarkhwar", name = "Ioann Akhaltsev", @@ -15,6 +15,6 @@ ThisBuild / developers := List( ), ) -ThisBuild / description := "Plugin to support kafka performance testing in Gatling(3.9.x)." +ThisBuild / description := "Plugin to support kafka performance testing in Gatling(3.9.x)." ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / homepage := Some(url("https://github.com/TinkoffCreditSystems/gatling-kafka-plugin")) +ThisBuild / homepage := Some(url("https://github.com/TinkoffCreditSystems/gatling-kafka-plugin"))