Skip to content

Commit 724d447

Browse files
cpovirkronshapiro
authored andcommitted
Update Compile-Testing docs to refer to latest version.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176393016
1 parent cc5a567 commit 724d447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ A library for testing javac compilation with or without annotation processors. S
66
Latest Release
77
--------------
88

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

1111
```
1212
<dependency>
1313
<groupId>com.google.testing.compile</groupId>
1414
<artifactId>compile-testing</artifactId>
15-
<version>0.12</version>
15+
<version>0.13</version>
1616
<scope>test</scope>
1717
</dependency>
1818
```

0 commit comments

Comments
 (0)