build: 更新 adventure 版本

This commit is contained in:
2023-06-04 15:19:52 +08:00
parent 54ae558b08
commit 602176c540
5 changed files with 26 additions and 26 deletions

View File

@@ -10,16 +10,16 @@ dependencies {
compileOnly 'com.squareup.okhttp3:okhttp:4.10.0'
// https://mvnrepository.com/artifact/net.kyori/adventure-api
compileOnly 'net.kyori:adventure-api:4.11.0'
compileOnly 'net.kyori:adventure-api:4.13.0'
// https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage
compileOnly 'net.kyori:adventure-text-minimessage:4.11.0'
compileOnly 'net.kyori:adventure-text-minimessage:4.13.0'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-api
compileOnly 'net.kyori:adventure-platform-api:4.1.2'
compileOnly "net.kyori:adventure-platform-api:${adventure_version}"
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-gson
compileOnly 'net.kyori:adventure-text-serializer-gson:4.11.0'
compileOnly 'net.kyori:adventure-text-serializer-gson:4.13.0'
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-legacy
compileOnly 'net.kyori:adventure-text-serializer-legacy:4.11.0'
compileOnly 'net.kyori:adventure-text-serializer-legacy:4.13.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'