Skip to content

Commit

Permalink
Update scalafmt-cli_2.13, scalafmt-core to 3.7.11 (#2315)
Browse files Browse the repository at this point in the history
* Update scalafmt-cli_2.13, scalafmt-core to 3.7.11

* Update reference doc

---------

Co-authored-by: Łukasz Wroński <[email protected]>
  • Loading branch information
scala-steward and lwronski authored Jul 31, 2023
1 parent 8e541b8 commit b0f3c53
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
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.10"
version = "3.7.11"

align.preset = more
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ object Deps {
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.10"
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.11"
// Force using of 2.13 - is there a better way?
def scalaJsEnvJsdomNodejs =
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured

Aliases: `--fmt-version`

Pass scalafmt version before running it (3.7.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.7.11 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

## Global suppress warning options

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Aliases: `--fmt-version`

`IMPLEMENTATION specific` per Scala Runner specification

Pass scalafmt version before running it (3.7.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.7.11 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

## Global suppress warning options

Expand Down
42 changes: 21 additions & 21 deletions website/docs/reference/scala-command/runner-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -693,7 +693,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -1034,7 +1034,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -1579,7 +1579,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -2106,7 +2106,7 @@ Aliases: `--revolver`

List main classes available in the current context

Aliases: `--list-main-classes` ,`--list-main-class` ,`--main-class-list`
Aliases: `--main-class-list` ,`--list-main-class` ,`--list-main-classes`

**--command**

Expand Down Expand Up @@ -2154,7 +2154,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -2690,7 +2690,7 @@ Aliases: `--revolver`

List main classes available in the current context

Aliases: `--list-main-classes` ,`--list-main-class` ,`--main-class-list`
Aliases: `--main-class-list` ,`--list-main-class` ,`--list-main-classes`

**--command**

Expand Down Expand Up @@ -2738,7 +2738,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -3280,7 +3280,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -3590,7 +3590,7 @@ Aliases: `--dialect`

**--scalafmt-version**

Pass scalafmt version before running it (3.7.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.7.11 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

Aliases: `--fmt-version`

Expand Down Expand Up @@ -3897,7 +3897,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -4202,7 +4202,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -4515,7 +4515,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -4814,7 +4814,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -4893,7 +4893,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -4960,7 +4960,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -5051,7 +5051,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -5370,7 +5370,7 @@ Aliases: `--suppress-experimental-warning`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -5679,7 +5679,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -5860,7 +5860,7 @@ Custom completions name

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down Expand Up @@ -5927,7 +5927,7 @@ Aliases: `--full-help` ,`-help-full` ,`-full-help`

Increase verbosity (can be specified multiple times)

Aliases: `-verbose` ,`-v`
Aliases: `-v` ,`-verbose`

**--interactive**

Expand Down

0 comments on commit b0f3c53

Please sign in to comment.