Skip to content

Commit

Permalink
Merge pull request #67 from google/readme
Browse files Browse the repository at this point in the history
Bump readme to 0.6
  • Loading branch information
cgruber committed Apr 7, 2015
2 parents c656924 + 25ea4e1 commit 4b34805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
The latest release is version `0.6`. 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.5</version>
<version>0.6</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 4b34805

Please sign in to comment.