Update text adapters to latest version (#1525)

This commit is contained in:
Luck 2019-05-11 23:12:55 +01:00
parent d0c5d89e91
commit ff37ad176b
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
6 changed files with 13 additions and 13 deletions

View File

@ -10,8 +10,8 @@ repositories {
dependencies {
compile project(':common')
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bukkit:3.0.1'
compileOnly 'org.spigotmc:spigot-api:1.14-R0.1-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bukkit:3.0.2'
compileOnly 'me.lucko:commodore:1.3'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit')

View File

@ -5,8 +5,8 @@ plugins {
dependencies {
compile project(':common')
compileOnly 'net.md-5:bungeecord-api:1.13-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bungeecord:3.0.1'
compileOnly 'net.md-5:bungeecord-api:1.14-SNAPSHOT'
compileOnly 'net.kyori:text-adapter-bungeecord:3.0.2'
compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4'
// migration plugins

View File

@ -86,22 +86,22 @@ public enum Dependency {
TEXT_ADAPTER_BUKKIT(
"net{}kyori",
"text-adapter-bukkit",
"3.0.1",
"y/3ObS+Gwguy1/e1/bJRCbaWoMigFju6VypliQKFa5M=",
"3.0.2",
"VnbfELmOHV6DVidHJql6gmsCjfhABEnF6q9LTezUrQg=",
Relocation.of("text", "net{}kyori{}text")
),
TEXT_ADAPTER_BUNGEECORD(
"net{}kyori",
"text-adapter-bungeecord",
"3.0.1",
"Q+cj+8MGgaAVOAjekG4oaE1TOijsezbbEXB41NP1mEA=",
"3.0.2",
"ZmCmc67danKpZru8rJsDppJZ+f8joquULZI8y/YX4ks=",
Relocation.of("text", "net{}kyori{}text")
),
TEXT_ADAPTER_SPONGEAPI(
"net{}kyori",
"text-adapter-spongeapi",
"3.0.1",
"Yedf+fTvFwjdZ74EoQ8TTrmDvT0hszCu1RoRs5hweWc=",
"3.0.2",
"WPWFw1g8niEGgymV9PdyLADMSL6+UQ7FKdtxnJb79JE=",
Relocation.of("text", "net{}kyori{}text")
),
EVENT(

View File

@ -25,7 +25,7 @@ dependencies {
exclude(module: 'configurate-gson')
exclude(module: 'configurate-yaml')
}
compileOnly 'net.kyori:text-adapter-spongeapi:3.0.1'
compileOnly 'net.kyori:text-adapter-spongeapi:3.0.2'
}
blossom {

View File

@ -6,7 +6,7 @@ dependencies {
compile project(':common')
compile project(':sponge:sponge-service')
compileOnly('org.spongepowered:spongeapi:7.0.0') {
compileOnly('org.spongepowered:spongeapi:7.1.0') {
exclude(module: 'configurate-core')
exclude(module: 'configurate-hocon')
exclude(module: 'configurate-gson')

View File

@ -5,7 +5,7 @@ repositories {
dependencies {
compile project(':common')
compileOnly('org.spongepowered:spongeapi:7.0.0') {
compileOnly('org.spongepowered:spongeapi:7.1.0') {
exclude(module: 'configurate-core')
exclude(module: 'configurate-hocon')
exclude(module: 'configurate-gson')