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 e52b4d5 commit a2cd5f8Copy full SHA for a2cd5f8
example/build.gradle.kts
@@ -21,7 +21,7 @@ repositories {
21
22
dependencies {
23
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
24
- implementation("net.kyori:adventure-text-minimessage:4.18.0")
+ implementation("net.kyori:adventure-text-minimessage:4.22.0")
25
implementation(project(":bukkit-extension"))
26
implementation(rootProject)
27
}
0 commit comments