Skip to content

Commit

Permalink
Merge pull request #255 from KyoriPowered/dependabot/gradle/org.check…
Browse files Browse the repository at this point in the history
…erframework-checker-qual-3.9.0
  • Loading branch information
zml2008 authored Jan 5, 2021
2 parents 6e2282e + 94160ee commit fbf0178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(project(":adventure-key"))
api("net.kyori:examination-api:1.0.0")
api("net.kyori:examination-string:1.0.0")
compileOnlyApi("org.checkerframework:checker-qual:3.8.0")
compileOnlyApi("org.checkerframework:checker-qual:3.9.0")
compileOnlyApi("org.jetbrains:annotations:20.1.0")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
2 changes: 1 addition & 1 deletion key/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ configurations.testCompileOnly {
dependencies {
api("net.kyori:examination-api:1.0.0")
api("net.kyori:examination-string:1.0.0")
compileOnlyApi("org.checkerframework:checker-qual:3.8.0")
compileOnlyApi("org.checkerframework:checker-qual:3.9.0")
compileOnlyApi("org.jetbrains:annotations:20.1.0")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
2 changes: 1 addition & 1 deletion nbt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api("net.kyori:examination-api:1.0.0")
api("net.kyori:examination-string:1.0.0")
compileOnlyApi("org.checkerframework:checker-qual:3.8.0")
compileOnlyApi("org.checkerframework:checker-qual:3.9.0")
}

jar {
Expand Down

0 comments on commit fbf0178

Please sign in to comment.