Skip to content

Commit 07ca8e2

Browse files
committed
scalafmt update.
1 parent cf4b05f commit 07ca8e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xpath-to-xml-scala/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.1"
1+
version = "3.8.3"
22
runner.dialect = Scala213Source3
33
maxColumn = 120
44
align.preset = more

xpath-to-xml-scala/build-2.12.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515

1616
spotless {
1717
scala {
18-
scalafmt('3.8.1').configFile('.scalafmt.conf')
18+
scalafmt('3.8.3').configFile('.scalafmt.conf')
1919
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
2020
}
2121
}

xpath-to-xml-scala/build-2.13.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919

2020
spotless {
2121
scala {
22-
scalafmt('3.8.1').configFile('.scalafmt.conf')
22+
scalafmt('3.8.3').configFile('.scalafmt.conf')
2323
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
2424
}
2525
}

0 commit comments

Comments
 (0)