Skip to content

Commit a49363a

Browse files
Update scalafmt-cli_2.13, scalafmt-core to 3.7.5 (#2256)
* Update scalafmt-cli_2.13, scalafmt-core to 3.7.5 * Update reference doc --------- Co-authored-by: Łukasz Wroński <[email protected]>
1 parent 720fa7c commit a49363a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.4"
1+
version = "3.7.5"
22

33
align.preset = more
44
maxColumn = 100

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ object Deps {
144144
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
145145
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
146146
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
147-
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.4"
147+
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.5"
148148
// Force using of 2.13 - is there a better way?
149149
def scalaJsEnvJsdomNodejs =
150150
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
406406

407407
Aliases: `--fmt-version`
408408

409-
Pass scalafmt version before running it (3.7.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
409+
Pass scalafmt version before running it (3.7.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
410410

411411
## Global suppress warning options
412412

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Aliases: `--fmt-version`
354354

355355
`IMPLEMENTATION specific` per Scala Runner specification
356356

357-
Pass scalafmt version before running it (3.7.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
357+
Pass scalafmt version before running it (3.7.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
358358

359359
## Global suppress warning options
360360

website/docs/reference/scala-command/runner-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ Aliases: `--dialect`
35543554

35553555
**--scalafmt-version**
35563556

3557-
Pass scalafmt version before running it (3.7.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3557+
Pass scalafmt version before running it (3.7.5 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
35583558

35593559
Aliases: `--fmt-version`
35603560

0 commit comments

Comments
 (0)