Skip to content

Commit a8b7c66

Browse files
Update scalafmt-cli_2.13, scalafmt-core to 3.7.17 (#2559)
* Update scalafmt-cli_2.13, scalafmt-core to 3.7.17 * generate reference doc --------- Co-authored-by: Maciej Gajek <[email protected]>
1 parent c6e2b40 commit a8b7c66

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.15"
1+
version = "3.7.17"
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
@@ -151,7 +151,7 @@ object Deps {
151151
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
152152
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
153153
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
154-
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.15"
154+
def scalafmtCli = ivy"org.scalameta:scalafmt-cli_2.13:3.7.17"
155155
// Force using of 2.13 - is there a better way?
156156
def scalaJsEnvJsdomNodejs =
157157
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
@@ -445,7 +445,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
445445

446446
Aliases: `--fmt-version`
447447

448-
Pass scalafmt version before running it (3.7.15 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
448+
Pass scalafmt version before running it (3.7.17 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
449449

450450
## Global suppress warning options
451451

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

Lines changed: 1 addition & 1 deletion
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.7.15 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
373+
Pass scalafmt version before running it (3.7.17 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

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

36523652
**--scalafmt-version**
36533653

3654-
Pass scalafmt version before running it (3.7.15 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3654+
Pass scalafmt version before running it (3.7.17 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
36553655

36563656
Aliases: `--fmt-version`
36573657

0 commit comments

Comments
 (0)