Skip to content

Commit

Permalink
Merge pull request #95 from MinimallyCorrect/renovate/org.jetbrains-a…
Browse files Browse the repository at this point in the history
…nnotations-24.x

fix(deps): update dependency org.jetbrains:annotations to v24
  • Loading branch information
LunNova authored Sep 7, 2024
2 parents 32453f9 + 00ddf02 commit 50d473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}

dependencies {
compileOnly "org.jetbrains:annotations:23.1.0"
compileOnly "org.jetbrains:annotations:24.1.0"
compileOnly "org.checkerframework:checker-qual:3.47.0"
testImplementation "junit:junit:4.13.2"
// TODO: actually test Mixin at the same time
Expand Down

0 comments on commit 50d473f

Please sign in to comment.