We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cd1c9 commit c01ba4eCopy full SHA for c01ba4e
Essentials/build.gradle
@@ -14,9 +14,9 @@ dependencies {
14
implementation 'org.checkerframework:checker-qual:3.49.0'
15
implementation 'nu.studer:java-ordered-properties:1.0.4'
16
17
- implementation 'net.kyori:adventure-api:4.23.0'
18
- implementation 'net.kyori:adventure-text-minimessage:4.23.0'
19
- implementation 'net.kyori:adventure-platform-bukkit:4.4.0'
+ implementation 'net.kyori:adventure-api:4.24.0'
+ implementation 'net.kyori:adventure-text-minimessage:4.24.0'
+ implementation 'net.kyori:adventure-platform-bukkit:4.4.1'
20
21
// Providers
22
api(project(':providers:BaseProviders')) {
0 commit comments