Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.12 (#1184)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.12

* Reformat with scalafmt 3.7.12

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.12' to .git-blame-ignore-revs
  • Loading branch information
scala-steward committed Aug 5, 2023
1 parent a73451e commit 8c43d6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ bf41266be61fb4d1fcbe1b46d67fabf33eecb4c9

# Scala Steward: Reformat with scalafmt 3.7.1
7fc704a0ef1ebf825674e8a3dc2d47ae21b636a3

# Scala Steward: Reformat with scalafmt 3.7.12
2772c3cd2a4f9d1e34749127f4d49c0440907ff8
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.11"
version = "3.7.12"
runner.dialect = scala3

maxColumn = 120
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val mimaSettings =
// made the signature more specific but also more correct
ProblemFilters.exclude[DirectMissingMethodProblem]("org.specs2.reporter.HtmlBodyPrinter.printStatistics"),
// fixed warnings when upgrading to Scala 3.1.3: https://github.com/etorreborre/specs2/commit/763891e99b8ab74cfeb58b557968f17c84b2b3b2
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.specs2.specification.dsl.mutable.ReferenceDsl.*"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.specs2.specification.dsl.mutable.ReferenceDsl.*")
)
)

Expand Down

0 comments on commit 8c43d6b

Please sign in to comment.