Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.17
674b5d3a37419502dc03e6dc13a67b1542ee486a

# Scala Steward: Reformat with scalafmt 3.10.0
1a8acf786d2249256aa7b5f805d444bfb15d6649
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.10
version = 3.10.0

align.preset = none
align.openParenCallSite = false
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ trait PluginCross
}

def millModuleDirectChildren = super.millModuleDirectChildren
.filterNot{ m =>
.filterNot { m =>
val major = config.millPlatform.split('.').head.toInt
// Ignore test module for mill older than 1
major < 1 && m == test
Expand Down