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 34859d0 commit 2f2820cCopy full SHA for 2f2820c
1 file changed
build.gradle
@@ -32,7 +32,7 @@ repositories {
32
33
dependencies {
34
compileOnly "org.jetbrains:annotations:24.1.0"
35
- compileOnly "org.checkerframework:checker-qual:3.47.0"
+ compileOnly "org.checkerframework:checker-qual:4.1.0"
36
testImplementation "junit:junit:4.13.2"
37
// TODO: actually test Mixin at the same time
38
//api 'org.minimallycorrect.mixin:Mixin:0.0.6'
@@ -64,7 +64,7 @@ allprojects {
64
resolutionStrategy {
65
failOnVersionConflict()
66
67
- force('org.checkerframework:checker-qual:3.47.0')
+ force('org.checkerframework:checker-qual:4.1.0')
68
force('com.google.guava:guava:33.3.0-jre')
69
force('com.google.code.findbugs:jsr305:3.0.2')
70
def asmVer = '9.7'
0 commit comments