Skip to content

Commit 626c920

Browse files
authored
Update scalafmt-cli_2.13, scalafmt-core to 3.7.12 (#2335)
1 parent 5dd3559 commit 626c920

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.11"
1+
version = "3.7.12"
22

33
align.preset = more
44
maxColumn = 100

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object Deps {
145145
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
146146
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
147147
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
148-
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.11"
148+
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.12"
149149
// Force using of 2.13 - is there a better way?
150150
def scalaJsEnvJsdomNodejs =
151151
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
418418

419419
Aliases: `--fmt-version`
420420

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

423423
## Global suppress warning options
424424

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Aliases: `--fmt-version`
370370

371371
`IMPLEMENTATION specific` per Scala Runner specification
372372

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

375375
## Global suppress warning options
376376

website/docs/reference/scala-command/runner-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3597,7 +3597,7 @@ Aliases: `--dialect`
35973597

35983598
**--scalafmt-version**
35993599

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

36023602
Aliases: `--fmt-version`
36033603

0 commit comments

Comments
 (0)