Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 7d56eda commit ee5323e
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 @@ -25,7 +25,7 @@ allprojects {

dependencies {
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
}

val sourceJar by tasks.registering(Jar::class) {
Expand Down

0 comments on commit ee5323e

Please sign in to comment.