Skip to content

Commit

Permalink
Bump Adventure
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Oct 15, 2021
1 parent 0b08859 commit 20914ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ javadoc {
'https://google.github.io/guava/releases/25.1-jre/api/docs/',
'https://google.github.io/guice/api-docs/5.0.1/javadoc/',
'https://docs.oracle.com/en/java/javase/11/docs/api//',
'https://jd.adventure.kyori.net/api/4.7.0/'
"https://jd.adventure.kyori.net/api/${adventureVersion}/"
)

// Disable the crazy super-strict doclint tool in Java 8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

ext {
// dependency versions
adventureVersion = '4.9.1'
adventureVersion = '4.9.2'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.14.1'
Expand Down

0 comments on commit 20914ca

Please sign in to comment.