From 371ebd1b761d1b413e588bb8bc5d310da1c1c7f8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:23:01 +0100 Subject: [PATCH] Update scalafmt-core to 3.7.1 (#156) * 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 | 4 ++-- 3 files changed, 5 insertions(+), 3 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..033690f --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.1 +030dde23c2c5381358b2bd9bcd9485026e03b188 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 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",