Skip to content

Commit 0d17e33

Browse files
authored
Bump scalafmt to 3.11.0 (was 3.10.7) (#4228)
1 parent 51b8a82 commit 0d17e33

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.scalafmt.conf

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

33
align.preset = more
44
maxColumn = 100

project/deps/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ object Deps {
132132
def jsoniterScala = "2.38.8"
133133
def jsoup = "1.22.1"
134134
def scalaMeta = "4.15.2"
135-
def scalafmt = "3.10.7"
135+
def scalafmt = "3.11.0"
136136
def scalaNative04 = "0.4.17"
137137
def scalaNative05 = "0.5.10"
138138
def scalaNative = scalaNative05

website/docs/reference/cli-options.md

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

506506
Aliases: `--fmt-version`
507507

508-
Pass scalafmt version before running it (3.10.7 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
508+
Pass scalafmt version before running it (3.11.0 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
509509

510510
## Global suppress warning options
511511

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

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

391391
`IMPLEMENTATION specific` per Scala Runner specification
392392

393-
Pass scalafmt version before running it (3.10.7 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
393+
Pass scalafmt version before running it (3.11.0 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
394394

395395
## Global suppress warning options
396396

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

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

40594059
**--scalafmt-version**
40604060

4061-
Pass scalafmt version before running it (3.10.7 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
4061+
Pass scalafmt version before running it (3.11.0 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
40624062

40634063
Aliases: `--fmt-version`
40644064

0 commit comments

Comments
 (0)