File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ spotless {
389
389
spotless {
390
390
scala {
391
391
// version and configFile, majorScalaVersion are all optional
392
- scalafmt(' 2.6.1 ' ).configFile(' scalafmt.conf' ).majorScalaVersion(' 2.13' )
392
+ scalafmt(' 3.5.9 ' ).configFile(' scalafmt.conf' ).majorScalaVersion(' 2.13' )
393
393
```
394
394
395
395
< a name= " applying-to-cc-sources" >< / a>
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
393
393
394
394
``` xml
395
395
<scalafmt >
396
- <version >2.0.1 </version > <!-- optional -->
396
+ <version >3.5.9 </version > <!-- optional -->
397
397
<file >${project.basedir}/scalafmt.conf</file > <!-- optional -->
398
398
<majorScalaVersion >2.13</majorScalaVersion > <!-- optional -->
399
399
</scalafmt >
You can’t perform that action at this time.
0 commit comments