Skip to content

Commit

Permalink
scalafmt update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Oct 21, 2024
1 parent cf4b05f commit 07ca8e2
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.1"
version = "3.8.3"
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 @@ -15,7 +15,7 @@ dependencies {

spotless {
scala {
scalafmt('3.8.1').configFile('.scalafmt.conf')
scalafmt('3.8.3').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 @@ -19,7 +19,7 @@ dependencies {

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

0 comments on commit 07ca8e2

Please sign in to comment.