Skip to content

Commit

Permalink
Update docs for 1.6.2.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204188381
  • Loading branch information
cpovirk authored and ronshapiro committed Jul 13, 2018
1 parent f878642 commit 43321e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions value/userguide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ Maven users should add the following to the project's `pom.xml` file:
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>1.6</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.6</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -97,8 +97,8 @@ Gradle users can declare the dependencies in their `build.gradle` script:
```groovy
dependencies {
// Use 'api' rather than 'compile' for Android or java-library projects.
compile "com.google.auto.value:auto-value-annotations:1.6"
annotationProcessor "com.google.auto.value:auto-value:1.6"
compile "com.google.auto.value:auto-value-annotations:1.6.2"
annotationProcessor "com.google.auto.value:auto-value:1.6.2"
}
```

Expand Down

0 comments on commit 43321e9

Please sign in to comment.