Skip to content

Commit

Permalink
Update latest version in docs.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=198882730
  • Loading branch information
cpovirk authored and ronshapiro committed Jun 1, 2018
1 parent 99aed63 commit fbbf29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,13 +6,13 @@ A library for testing javac compilation with or without annotation processors. S
Latest Release
--------------

The latest release is version `0.13`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
The latest release is version `0.15`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:

```
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.13</version>
<version>0.15</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit fbbf29e

Please sign in to comment.