Skip to content

Commit

Permalink
bump scalafmt to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Feb 3, 2025
1 parent dd9cc0e commit 7cc0d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.5
version = 3.8.6
runner.dialect=scala212
project.git=true

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<spotless.python.includes></spotless.python.includes>
<spotless.python.black.version>22.3.0</spotless.python.black.version>
<!-- Please also update .scalafmt.conf when you change it here -->
<spotless.scala.scalafmt.version>3.7.5</spotless.scala.scalafmt.version>
<spotless.scala.scalafmt.version>3.8.6</spotless.scala.scalafmt.version>

<distMgmtReleaseId>apache.releases.https</distMgmtReleaseId>
<distMgmtReleaseName>Apache Release Distribution Repository</distMgmtReleaseName>
Expand Down

0 comments on commit 7cc0d82

Please sign in to comment.