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 ead7b77 commit 5a2f743Copy full SHA for 5a2f743
api/build.gradle.kts
@@ -8,5 +8,5 @@ dependencies {
8
compileOnlyApi("org.jetbrains:annotations:26.0.1")
9
api("net.kyori:adventure-key:4.9.3")
10
api("net.kyori:adventure-api:4.14.0")
11
- implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
+ implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
12
}
serializer-minecraft/build.gradle.kts
@@ -7,6 +7,6 @@ description = "Minecraft: Java Edition vanilla serialization for the creative AP
7
dependencies {
api(project(":creative-api"))
api("com.google.code.gson:gson:2.11.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
0 commit comments