Skip to content

Commit

Permalink
Merge pull request #83 from AnvilloyDevStudio/dependabot/gradle/org.j…
Browse files Browse the repository at this point in the history
…etbrains-annotations-26.0.2

Bump org.jetbrains:annotations from 26.0.1 to 26.0.2
  • Loading branch information
BenCheung0422 authored Jan 26, 2025
2 parents d55c413 + 151eb8f commit 64c8abb
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 @@ -35,7 +35,7 @@ subprojects {

project(":common") {
dependencies {
implementation("org.jetbrains:annotations:26.0.1")
implementation("org.jetbrains:annotations:26.0.2")
}
}

Expand Down

0 comments on commit 64c8abb

Please sign in to comment.