Skip to content

Commit 0323913

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1"
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)