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 d961d15Copy full SHA for d961d15
build.gradle
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- compileOnly "org.jetbrains:annotations:24.1.0"
+ compileOnly "org.jetbrains:annotations:26.0.0"
35
compileOnly "org.checkerframework:checker-qual:3.47.0"
36
testImplementation "junit:junit:4.13.2"
37
// TODO: actually test Mixin at the same time
0 commit comments