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 4460934 commit b28870cCopy full SHA for b28870c
1 file changed
docs/examples/nullaway/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
if (JavaVersion.current() >= JavaVersion.VERSION_17) {
37
errorprone 'com.google.errorprone:error_prone_core:2.41.0'
38
}
39
- errorprone 'com.uber.nullaway:nullaway:0.12.7'
+ errorprone 'com.uber.nullaway:nullaway:0.12.8'
40
41
42
repositories {
0 commit comments