Skip to content

Commit a1d9b5c

Browse files
authored
Bump scalafmt to 3.11.1 (was 3.11.0) (#4290)
1 parent b6aef3f commit a1d9b5c

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.11.0"
1+
version = "3.11.1"
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
@@ -124,7 +124,7 @@ object Deps {
124124
def jsoniterScala = "2.38.8"
125125
def jsoup = "1.22.1"
126126
def scalaMeta = "4.15.2"
127-
def scalafmt = "3.11.0"
127+
def scalafmt = "3.11.1"
128128
def scalaNative04 = "0.4.17"
129129
def scalaNative05 = "0.5.11"
130130
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.11.0 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
508+
Pass scalafmt version before running it (3.11.1 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.11.0 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
393+
Pass scalafmt version before running it (3.11.1 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
@@ -4105,7 +4105,7 @@ Aliases: `--dialect`
41054105

41064106
**--scalafmt-version**
41074107

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

41104110
Aliases: `--fmt-version`
41114111

0 commit comments

Comments
 (0)