Skip to content

Commit

Permalink
scalafmt update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Mar 31, 2024
1 parent a49533f commit c6af290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xpath-to-xml-scala/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.1"
runner.dialect = Scala213Source3
maxColumn = 120
align.preset = more
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.8.0').configFile('.scalafmt.conf')
scalafmt('3.8.1').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.8.0').configFile('.scalafmt.conf')
scalafmt('3.8.1').configFile('.scalafmt.conf')
licenseHeaderFile rootProject.file('gradle/license.header'), 'package '
}
}
Expand Down

0 comments on commit c6af290

Please sign in to comment.