Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2024
1 parent 02f8e7d commit 89779de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("net.kyori", "adventure-api", "4.17.0")
implementation("net.kyori", "adventure-platform-bukkit", "4.3.4")
compileOnly("org.spigotmc", "spigot-api", "1.13.2-R0.1-SNAPSHOT")
compileOnly("org.jetbrains", "annotations", "25.0.0")
compileOnly("org.jetbrains", "annotations", "26.0.0")
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.9") {
exclude("org.spigotmc", "spigot-api")
exclude("com.sk89q.worldedit.worldedit-libs", "core")
Expand Down

0 comments on commit 89779de

Please sign in to comment.