Skip to content

Commit 5fa07ac

Browse files
committed
scalafmt update.
1 parent 60401d7 commit 5fa07ac

File tree

2 files changed

+3
-3
lines changed

2 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.3"
1+
version = "3.9.6"
22
runner.dialect = Scala213Source3
33
maxColumn = 120
44
align.preset = more

xpath-to-xml-scala/shared.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

3636
spotless {
3737
scala {
38-
scalafmt('3.8.3').configFile('.scalafmt.conf')
38+
scalafmt('3.9.6').configFile('.scalafmt.conf')
3939
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
4040
}
4141
}
@@ -47,7 +47,7 @@ javadocJar {
4747

4848
scala {
4949
scalaVersion = project.ext.scalaVersion
50-
zincVersion = '1.10.7'
50+
zincVersion = '1.10.8'
5151
}
5252

5353
test {

0 commit comments

Comments
 (0)