Skip to content

Commit 3f7047a

Browse files
committed
Merge pull request #583 from JLLeitschuh/update/errorProne
Update Error Prone to v2.0.9
2 parents 503098b + 18c202b commit 3f7047a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ allprojects {
9191
apply plugin: 'net.ltgt.errorprone'
9292

9393
configurations.errorprone {
94-
resolutionStrategy.force 'com.google.errorprone:error_prone_core:2.0.8'
94+
resolutionStrategy.force 'com.google.errorprone:error_prone_core:2.0.9'
9595
}
9696

9797

0 commit comments

Comments
 (0)