Skip to content

Commit

Permalink
Merge pull request #468 from xenondevs/dependabot/gradle/org.jetbrain…
Browse files Browse the repository at this point in the history
…s-annotations-25.0.0

Bump org.jetbrains:annotations from 24.1.0 to 25.0.0
  • Loading branch information
NichtStudioCode authored Oct 4, 2024
2 parents 7294ffe + cb5ec21 commit 7f737c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
implementation("org.jetbrains:annotations:24.1.0")
implementation("org.jetbrains:annotations:25.0.0")
compileOnly(libs.paper.api)
}

Expand Down

0 comments on commit 7f737c5

Please sign in to comment.