File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version = "3.9.5 "
1+ version = "3.9.6 "
22
33align.preset = more
44maxColumn = 100
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ object Deps {
136136 def jsoniterScalaJava8 = " 2.13.5.2"
137137 def jsoup = " 1.20.1"
138138 def scalaMeta = " 4.13.5"
139- def scalafmt = " 3.9.5 "
139+ def scalafmt = " 3.9.6 "
140140 def scalaNative04 = " 0.4.17"
141141 def scalaNative05 = " 0.5.7"
142142 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
501501
502502Aliases: ` --fmt-version `
503503
504- Pass scalafmt version before running it (3.9.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
504+ Pass scalafmt version before running it (3.9.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
505505
506506## Global suppress warning options
507507
Original file line number Diff line number Diff 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.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
373+ Pass scalafmt version before running it (3.9.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
374374
375375## Global suppress warning options
376376
Original file line number Diff line number Diff line change @@ -3948,7 +3948,7 @@ Aliases: `--dialect`
39483948
39493949** --scalafmt-version**
39503950
3951- Pass scalafmt version before running it (3.9.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3951+ Pass scalafmt version before running it (3.9.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
39523952
39533953Aliases: ` --fmt-version `
39543954
You can’t perform that action at this time.
0 commit comments