Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
Release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jul 17, 2018
1 parent 19ef3a9 commit 7b60767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ It also depends on Javac internal APIs, directly exposed by error-prone.
0.0.12                         | 2.6 - 4.9   | 2.+                     | 8
0.0.13                         | 2.6 - 4.9   | 2.+                     | 8, 9
0.0.14                         | 2.6 - 4.9   | 2.+                     | 8, 9
0.0.15                         | 2.6 - 4.9   | 2.+                     | 8, 9
_master_                         | 2.6 - 4.9   | 2.+                     | 8, 9

¹: error-prone 1.x is only supported with JDK 7
Expand Down Expand Up @@ -70,7 +71,7 @@ You *should* override it to use a specific version with:

```groovy
dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.0.21'
errorprone 'com.google.errorprone:error_prone_core:2.3.1'
}
```

Expand Down

0 comments on commit 7b60767

Please sign in to comment.