Skip to content

Commit 94e437d

Browse files
Update scalafmt-cli_2.13, scalafmt-core to 3.7.7 (#2271)
* Update scalafmt-cli_2.13, scalafmt-core to 3.7.7 * Update reference doc --------- Co-authored-by: Łukasz Wroński <[email protected]>
1 parent 822eb35 commit 94e437d

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.6"
1+
version = "3.7.7"
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
@@ -146,7 +146,7 @@ object Deps {
146146
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
147147
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
148148
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
149-
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.6"
149+
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.7"
150150
// Force using of 2.13 - is there a better way?
151151
def scalaJsEnvJsdomNodejs =
152152
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.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
409+
Pass scalafmt version before running it (3.7.7 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.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
357+
Pass scalafmt version before running it (3.7.7 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.6 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3557+
Pass scalafmt version before running it (3.7.7 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)