File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- version = "3.9.1 "
1
+ version = "3.9.2 "
2
2
3
3
align.preset = more
4
4
maxColumn = 100
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ object Deps {
118
118
def jsoniterScalaJava8 = " 2.13.5.2"
119
119
def jsoup = " 1.18.3"
120
120
def scalaMeta = " 4.13.2"
121
- def scalafmt = " 3.9.1 "
121
+ def scalafmt = " 3.9.2 "
122
122
def scalaNative04 = " 0.4.17"
123
123
def scalaNative05 = " 0.5.7"
124
124
def scalaNative = scalaNative05
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
501
501
502
502
Aliases: ` --fmt-version `
503
503
504
- Pass scalafmt version before running it (3.9.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
504
+ Pass scalafmt version before running it (3.9.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
505
505
506
506
## Global suppress warning options
507
507
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ Aliases: `--fmt-version`
370
370
371
371
` IMPLEMENTATION specific ` per Scala Runner specification
372
372
373
- Pass scalafmt version before running it (3.9.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
373
+ Pass scalafmt version before running it (3.9.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
374
374
375
375
## Global suppress warning options
376
376
Original file line number Diff line number Diff line change @@ -3936,7 +3936,7 @@ Aliases: `--dialect`
3936
3936
3937
3937
** --scalafmt-version**
3938
3938
3939
- Pass scalafmt version before running it (3.9.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3939
+ Pass scalafmt version before running it (3.9.2 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3940
3940
3941
3941
Aliases: ` --fmt-version `
3942
3942
You can’t perform that action at this time.
0 commit comments