File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' io.github.goooler.shadow' version ' 8.1.8' apply false
10
10
id ' me.champeau.jmh' version ' 0.7.2' apply false
11
11
id ' me.champeau.mrjar' version ' 0.1.1'
12
- id " net.ltgt.errorprone" version " 3 .1.0" apply false
12
+ id " net.ltgt.errorprone" version " 4 .1.0" apply false
13
13
}
14
14
15
15
ext {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
jmh ' org.openjdk.jmh:jmh-generator-bytecode:1.37'
15
15
jmh ' net.sf.jopt-simple:jopt-simple'
16
16
errorprone ' com.uber.nullaway:nullaway:0.12.3'
17
- errorprone ' com.google.errorprone:error_prone_core:2.35.1 '
17
+ errorprone ' com.google.errorprone:error_prone_core:2.36.0 '
18
18
}
19
19
20
20
pluginManager. withPlugin(" kotlin" ) {
You can’t perform that action at this time.
0 commit comments