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 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`