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 a41abf8 commit c5b5bbfCopy full SHA for c5b5bbf
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.4`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
+The latest release is version `0.5`. 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.4</version>
+ <version>0.5</version>
16
<scope>test</scope>
17
</dependency>
18
0 commit comments