Skip to content

Commit

Permalink
Merge pull request #27 from mindsolve/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
…-annotations-23.1.0

Bump annotations from 23.0.0 to 23.1.0
  • Loading branch information
mindsolve authored Dec 13, 2022
2 parents 32b605b + b22c44e commit 95b30cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

dependencies {
// Only for development, not needed for runtime
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains:annotations:23.1.0'

// Provided by PaperMC server itself
shadow 'io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT'
Expand Down

0 comments on commit 95b30cd

Please sign in to comment.