Skip to content

Commit

Permalink
chore: fix formatter version to match google-cloud-shared-config
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jun 6, 2023
1 parent 53696ce commit 11c6450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.13</version>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
Expand All @@ -443,7 +443,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.15.0</version>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 11c6450

Please sign in to comment.