Skip to content

Commit

Permalink
deps: revert dependency com.google.googlejavaformat:google-java-forma…
Browse files Browse the repository at this point in the history
…t to v1.7 (#391)

Causes lint failures in downstream libraries.
  • Loading branch information
Neenu1995 committed Jan 5, 2022
1 parent 670004e commit 17077fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -216,7 +216,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 @@ -225,7 +225,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.13.0</version>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 17077fb

Please sign in to comment.