Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 271581a commit 2c6c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencyResolutionManagement {
library("paper-latest", "io.papermc.paper", "paper-api").versionRef("minecraft-latest")
library("spigot-latest", "org.spigotmc", "spigot-api").versionRef("minecraft-latest")

library("jetbrains-annotations", "org.jetbrains:annotations:24.0.1")
library("jetbrains-annotations", "org.jetbrains:annotations:24.1.0")
}

create("testlibs") {
Expand Down

0 comments on commit 2c6c3c0

Please sign in to comment.