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