Skip to content

Commit dbf997a

Browse files
authored
Update jetbrains annotations to 24.1.0 (#62)
1 parent f2298af commit dbf997a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ dependencies {
501501
testCompileOnly "me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0"
502502
}
503503

504-
compileOnlyApi 'org.jetbrains:annotations:23.0.0'
505-
annotationProcessor 'org.jetbrains:annotations:23.0.0'
504+
compileOnlyApi 'org.jetbrains:annotations:24.1.0'
505+
annotationProcessor 'org.jetbrains:annotations:24.1.0'
506506
patchedMinecraft('net.minecraft:launchwrapper:1.17.2') {
507507
transitive = false
508508
}

0 commit comments

Comments
 (0)