Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.1 (#124)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
scala-steward authored Feb 9, 2023
1 parent 3349aaf commit 3846a49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.1
3be9944a4bdcf03615c2357d5c32c62a713d2ce7
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version=3.6.1
version=3.7.1
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
6 changes: 3 additions & 3 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / scmInfo := Some(
),
)

ThisBuild / developers := List(
ThisBuild / developers := List(
Developer(
id = "jigarkhwar",
name = "Ioann Akhaltsev",
Expand All @@ -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"))

0 comments on commit 3846a49

Please sign in to comment.