Skip to content

Commit

Permalink
scalafmt 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Feb 20, 2024
1 parent d66b1ea commit 98f9df0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xpath-to-xml-scala/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.17"
version = "3.8.0"
runner.dialect = Scala213Source3
maxColumn = 120
align.preset = more
Expand All @@ -13,7 +13,7 @@ danglingParentheses.preset = true
spaces.inImportCurlyBraces = true
optIn.annotationNewlines = true
newlines.alwaysBeforeMultilineDef = false
rewrite.rules = [Imports, RedundantBraces, SortModifiers]
rewrite.rules = [Imports, RedundantBraces, RedundantParens, SortModifiers]
rewrite.redundantBraces.generalExpressions = false
rewrite.imports.sort = scalastyle
rewrite.imports.groups = [
Expand Down
2 changes: 1 addition & 1 deletion xpath-to-xml-scala/build-2.12.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ javadocJar {

spotless {
scala {
scalafmt('3.7.17').configFile('.scalafmt.conf')
scalafmt('3.8.0').configFile('.scalafmt.conf')
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
}
}
Expand Down
2 changes: 1 addition & 1 deletion xpath-to-xml-scala/build-2.13.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ javadocJar {

spotless {
scala {
scalafmt('3.7.17').configFile('.scalafmt.conf')
scalafmt('3.8.0').configFile('.scalafmt.conf')
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
}
}
Expand Down

0 comments on commit 98f9df0

Please sign in to comment.