Skip to content

Commit

Permalink
Update jetbrains annotations to 24.1.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Nov 26, 2023
1 parent f2298af commit dbf997a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ dependencies {
testCompileOnly "me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0"
}

compileOnlyApi 'org.jetbrains:annotations:23.0.0'
annotationProcessor 'org.jetbrains:annotations:23.0.0'
compileOnlyApi 'org.jetbrains:annotations:24.1.0'
annotationProcessor 'org.jetbrains:annotations:24.1.0'
patchedMinecraft('net.minecraft:launchwrapper:1.17.2') {
transitive = false
}
Expand Down

0 comments on commit dbf997a

Please sign in to comment.