From 2e08984db1fd1c959407ed427d07c8d159b7a29b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jul 2026 00:50:47 +0000 Subject: [PATCH 1/2] Update scalafmt-cli_2.13, scalafmt-core to 3.11.4 --- .scalafmt.conf | 2 +- project/deps/package.mill | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2c264f9101..9bcee5afc7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.3" +version = "3.11.4" align.preset = more maxColumn = 100 diff --git a/project/deps/package.mill b/project/deps/package.mill index 55dfc85cb1..dd6d5db8a2 100644 --- a/project/deps/package.mill +++ b/project/deps/package.mill @@ -126,7 +126,7 @@ object Deps { def jsoniterScala = "2.39.1" def jsoup = "1.22.2" def scalaMeta = "4.17.2" - def scalafmt = "3.11.3" + def scalafmt = "3.11.4" def scalaNative04 = "0.4.17" def scalaNative05 = "0.5.12" def scalaNative = scalaNative05 From 647e7978a5588dcf1ab553ad9b480d427b34afdb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jul 2026 00:52:04 +0000 Subject: [PATCH 2/2] Generate the reference doc Executed command: ./mill -i generate-reference-doc[].run --- website/docs/reference/cli-options.md | 2 +- website/docs/reference/scala-command/cli-options.md | 2 +- website/docs/reference/scala-command/runner-specification.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/reference/cli-options.md b/website/docs/reference/cli-options.md index 49a4531207..4c31448341 100644 --- a/website/docs/reference/cli-options.md +++ b/website/docs/reference/cli-options.md @@ -505,7 +505,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured Aliases: `--fmt-version` -Pass scalafmt version before running it (3.11.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. +Pass scalafmt version before running it (3.11.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. ## Global suppress warning options diff --git a/website/docs/reference/scala-command/cli-options.md b/website/docs/reference/scala-command/cli-options.md index 743f287db8..a0b429f20b 100644 --- a/website/docs/reference/scala-command/cli-options.md +++ b/website/docs/reference/scala-command/cli-options.md @@ -390,7 +390,7 @@ Aliases: `--fmt-version` `IMPLEMENTATION specific` per Scala Runner specification -Pass scalafmt version before running it (3.11.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. +Pass scalafmt version before running it (3.11.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. ## Global suppress warning options diff --git a/website/docs/reference/scala-command/runner-specification.md b/website/docs/reference/scala-command/runner-specification.md index f0a3811407..aa21b63131 100644 --- a/website/docs/reference/scala-command/runner-specification.md +++ b/website/docs/reference/scala-command/runner-specification.md @@ -4141,7 +4141,7 @@ Aliases: `--dialect` **--scalafmt-version** -Pass scalafmt version before running it (3.11.3 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. +Pass scalafmt version before running it (3.11.4 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file. Aliases: `--fmt-version`