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"))