We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5a567 commit 724d447Copy full SHA for 724d447
README.md
@@ -6,13 +6,13 @@ A library for testing javac compilation with or without annotation processors. S
6
Latest Release
7
--------------
8
9
-The latest release is version `0.12`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
+The latest release is version `0.13`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
10
11
```
12
<dependency>
13
<groupId>com.google.testing.compile</groupId>
14
<artifactId>compile-testing</artifactId>
15
- <version>0.12</version>
+ <version>0.13</version>
16
<scope>test</scope>
17
</dependency>
18
0 commit comments