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 db99836 commit c89e8c7Copy full SHA for c89e8c7
chatformatter-core/build.gradle.kts
@@ -10,7 +10,7 @@ dependencies {
10
testImplementation("org.spigotmc:spigot-api:$spigotApiVersion")
11
12
// Kyori Adventure & MiniMessage
13
- val adventureVersion = "4.4.1-SNAPSHOT"
+ val adventureVersion = "4.4.1"
14
val miniMessageVersion = "4.23.0"
15
implementation("net.kyori:adventure-api:$miniMessageVersion")
16
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
0 commit comments