Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.1 (#156)
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 a501b43 commit 371ebd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
030dde23c2c5381358b2bd9bcd9485026e03b188
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
4 changes: 2 additions & 2 deletions publish.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 371ebd1

Please sign in to comment.