Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.9"
version = "3.9.10"

align.preset = more
maxColumn = 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class InstallAndUninstallCompletionsTests extends ScalaCliSuite {
val bashRcFile: String = ".bashrc"
val fishRcFile: String = "config.fish"
val rcContent: String = s"""
|dummy line
|dummy line""".stripMargin
|dummy line
|dummy line""".stripMargin
val testInputs: TestInputs = TestInputs(
os.rel / zshRcFile -> rcContent,
os.rel / bashRcFile -> rcContent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ trait MillTestHelper {

protected val millJvmOptsFileName: String = ".mill-jvm-opts"
protected val millJvmOptsContent: String = """-Xmx512m
|-Xms128m
|""".stripMargin
|-Xms128m
|""".stripMargin

protected val millDefaultProjectName = "project"

Expand Down
2 changes: 1 addition & 1 deletion project/deps/package.mill.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ object Deps {
def jsoniterScalaJava8 = "2.13.5.2"
def jsoup = "1.21.2"
def scalaMeta = "4.13.9"
def scalafmt = "3.9.9"
def scalafmt = "3.9.10"
def scalaNative04 = "0.4.17"
def scalaNative05 = "0.5.8"
def scalaNative = scalaNative05
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured

Aliases: `--fmt-version`

Pass scalafmt version before running it (3.9.9 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

## Global suppress warning options

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Aliases: `--fmt-version`

`IMPLEMENTATION specific` per Scala Runner specification

Pass scalafmt version before running it (3.9.9 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

## Global suppress warning options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3948,7 +3948,7 @@ Aliases: `--dialect`

**--scalafmt-version**

Pass scalafmt version before running it (3.9.9 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.

Aliases: `--fmt-version`

Expand Down