Skip to content

Commit

Permalink
Update README.md to refer to 1.7.
Browse files Browse the repository at this point in the history
Fixes #343,#352,#350

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=243715974
  • Loading branch information
vchan-in authored and ronshapiro committed Apr 16, 2019
1 parent 8f3a446 commit fbe7a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
and run it with:

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

The formatter can act on whole files, on limited lines (`--lines`), on specific
Expand Down Expand Up @@ -92,15 +92,15 @@ configuration.
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
```

#### Gradle

```groovy
dependencies {
compile 'com.google.googlejavaformat:google-java-format:1.6'
compile 'com.google.googlejavaformat:google-java-format:1.7'
}
```

Expand Down

0 comments on commit fbe7a3d

Please sign in to comment.