Skip to content

Commit 9ce68b2

Browse files
Update scalafmt-cli_2.13, scalafmt-core to 3.9.4 (VirtusLab#3567)
* Update scalafmt-cli_2.13, scalafmt-core to 3.9.4 * Adjust reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 185219a commit 9ce68b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.3"
1+
version = "3.9.4"
22

33
align.preset = more
44
maxColumn = 100

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ object Deps {
118118
def jsoniterScalaJava8 = "2.13.5.2"
119119
def jsoup = "1.19.1"
120120
def scalaMeta = "4.13.3"
121-
def scalafmt = "3.9.3"
121+
def scalafmt = "3.9.4"
122122
def scalaNative04 = "0.4.17"
123123
def scalaNative05 = "0.5.7"
124124
def scalaNative = scalaNative05

website/docs/reference/cli-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
501501

502502
Aliases: `--fmt-version`
503503

504-
Pass scalafmt version before running it (3.9.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
504+
Pass scalafmt version before running it (3.9.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
505505

506506
## Global suppress warning options
507507

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

+1-1
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.9.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
373+
Pass scalafmt version before running it (3.9.4 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3942,7 +3942,7 @@ Aliases: `--dialect`
39423942

39433943
**--scalafmt-version**
39443944

3945-
Pass scalafmt version before running it (3.9.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3945+
Pass scalafmt version before running it (3.9.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
39463946

39473947
Aliases: `--fmt-version`
39483948

0 commit comments

Comments
 (0)