Skip to content

Commit

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

* Reformat with scalafmt 3.7.13

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.13' to .git-blame-ignore-revs
  • Loading branch information
scala-steward committed Aug 29, 2023
1 parent b0bfb64 commit a4bc7eb
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -9,3 +9,6 @@ bf41266be61fb4d1fcbe1b46d67fabf33eecb4c9

# Scala Steward: Reformat with scalafmt 3.7.12
2772c3cd2a4f9d1e34749127f4d49c0440907ff8

# Scala Steward: Reformat with scalafmt 3.7.13
56b37d252542a462130b12a735aecf857648cb3e
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.12"
version = "3.7.13"
runner.dialect = scala3

maxColumn = 120
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ lazy val mimaSettings =
// 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.*"),
// reworked the internals of the json matchers
ProblemFilters.exclude[DirectMissingMethodProblem]("org.specs2.matcher.JsonMatchers#JsonMatcher.anyValueToJsonType"),
ProblemFilters.exclude[DirectMissingMethodProblem](
"org.specs2.matcher.JsonMatchers#JsonMatcher.anyValueToJsonType"
),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.specs2.matcher.JsonSelectors*"),
ProblemFilters.exclude[MissingClassProblem]("org.specs2.matcher.JsonSelectors*"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.specs2.matcher.JsonSelectors*"),
Expand Down

0 comments on commit a4bc7eb

Please sign in to comment.