Skip to content

Commit

Permalink
Update JetBrains Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Dec 9, 2023
1 parent 55a1843 commit f66f416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository(Repository.JITPACK, Repository.CODE_MC) // de.tr7zw:item-nbt-api
relocate("javassist")

dependencies {
compileOnlyApi("org.jetbrains", "annotations", "24.0.1")
compileOnlyApi("org.jetbrains", "annotations", "24.1.0")
implementationRelocate(project, "xyz.srnyx:java-utilities:1.0.0", "xyz.srnyx.javautilities")
implementationRelocate(project, "org.reflections:reflections:0.10.2") {
exclude("com.google.code.findbugs", "jsr305")
Expand Down

0 comments on commit f66f416

Please sign in to comment.