Skip to content

Commit

Permalink
Update scalafmt for compatibility with Scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Nov 25, 2019
1 parent a60da23 commit 05265bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2828,12 +2828,12 @@
</plugin>
<plugin>
<groupId>org.antipathy</groupId>
<artifactId>mvn-scalafmt_2.12</artifactId>
<version>0.9_1.5.1</version>
<artifactId>mvn-scalafmt_${scala.binary.version}</artifactId>
<version>1.0.2</version>
<configuration>
<parameters>${scalafmt.parameters}</parameters> <!-- (Optional) Additional command line arguments -->
<skip>${scalafmt.skip}</skip> <!-- (Optional) skip formatting -->
<configLocation>dev/.scalafmt.conf</configLocation> <!-- (Optional) config locataion -->
<configLocation>dev/.scalafmt.conf</configLocation> <!-- (Optional) config location -->
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 05265bc

Please sign in to comment.