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 803771e commit fe4e388Copy full SHA for fe4e388
Essentials/build.gradle
@@ -14,9 +14,9 @@ dependencies {
14
implementation 'org.checkerframework:checker-qual:3.21.0'
15
implementation 'nu.studer:java-ordered-properties:1.0.4'
16
17
- implementation 'net.kyori:adventure-api:4.17.0'
18
- implementation 'net.kyori:adventure-text-minimessage:4.17.0'
19
- implementation 'net.kyori:adventure-platform-bukkit:4.3.3'
+ implementation 'net.kyori:adventure-api:4.18.0'
+ implementation 'net.kyori:adventure-text-minimessage:4.18.0'
+ implementation 'net.kyori:adventure-platform-bukkit:4.3.4'
20
21
// Providers
22
api project(':providers:BaseProviders')
0 commit comments