Skip to content

Commit e4679fa

Browse files
committed
Bump scalafmt to 3.10.3
1 parent 2adc3a5 commit e4679fa

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.2"
1+
version = "3.10.3"
22

33
align.preset = more
44
maxColumn = 100

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ object Deps {
129129
def jsoniterScala = "2.38.5"
130130
def jsoup = "1.21.2"
131131
def scalaMeta = "4.14.1"
132-
def scalafmt = "3.10.2"
132+
def scalafmt = "3.10.3"
133133
def scalaNative04 = "0.4.17"
134134
def scalaNative05 = "0.5.9"
135135
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.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
508+
Pass scalafmt version before running it (3.10.3 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.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
393+
Pass scalafmt version before running it (3.10.3 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
@@ -3996,7 +3996,7 @@ Aliases: `--dialect`
39963996

39973997
**--scalafmt-version**
39983998

3999-
Pass scalafmt version before running it (3.10.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3999+
Pass scalafmt version before running it (3.10.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
40004000

40014001
Aliases: `--fmt-version`
40024002

0 commit comments

Comments
 (0)