Skip to content

Commit

Permalink
Update scalafmt versions in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 23, 2022
1 parent 30d72d8 commit 872424a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Expand Up @@ -389,7 +389,7 @@ spotless {
spotless {
scala {
// version and configFile, majorScalaVersion are all optional
scalafmt('2.6.1').configFile('scalafmt.conf').majorScalaVersion('2.13')
scalafmt('3.5.9').configFile('scalafmt.conf').majorScalaVersion('2.13')
```

<a name="applying-to-cc-sources"></a>
Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/README.md
Expand Up @@ -393,7 +393,7 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T

```xml
<scalafmt>
<version>2.0.1</version> <!-- optional -->
<version>3.5.9</version> <!-- optional -->
<file>${project.basedir}/scalafmt.conf</file> <!-- optional -->
<majorScalaVersion>2.13</majorScalaVersion> <!-- optional -->
</scalafmt>
Expand Down

0 comments on commit 872424a

Please sign in to comment.