Skip to content

Commit fbe7a3d

Browse files
vchan-inronshapiro
authored andcommitted
Update README.md to refer to 1.7.
Fixes google#343,google#352,google#350 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243715974
1 parent 8f3a446 commit fbe7a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
and run it with:
1414

1515
```
16-
java -jar /path/to/google-java-format-1.6-all-deps.jar <options> [files...]
16+
java -jar /path/to/google-java-format-1.7-all-deps.jar <options> [files...]
1717
```
1818

1919
The formatter can act on whole files, on limited lines (`--lines`), on specific
@@ -92,15 +92,15 @@ configuration.
9292
<dependency>
9393
<groupId>com.google.googlejavaformat</groupId>
9494
<artifactId>google-java-format</artifactId>
95-
<version>1.6</version>
95+
<version>1.7</version>
9696
</dependency>
9797
```
9898

9999
#### Gradle
100100

101101
```groovy
102102
dependencies {
103-
compile 'com.google.googlejavaformat:google-java-format:1.6'
103+
compile 'com.google.googlejavaformat:google-java-format:1.7'
104104
}
105105
```
106106

0 commit comments

Comments
 (0)