Skip to content

Commit d961d15

Browse files
fix(deps): update dependency org.jetbrains:annotations to v26
1 parent 34859d0 commit d961d15

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
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
dependencies {
34-
compileOnly "org.jetbrains:annotations:24.1.0"
34+
compileOnly "org.jetbrains:annotations:26.0.0"
3535
compileOnly "org.checkerframework:checker-qual:3.47.0"
3636
testImplementation "junit:junit:4.13.2"
3737
// TODO: actually test Mixin at the same time

0 commit comments

Comments
 (0)