3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Bump text dependency to 1.12-1.6.5 to fix a deserialisation issue

Dieser Commit ist enthalten in:
kashike 2019-01-21 09:12:27 -08:00
Ursprung 56873712ec
Commit 6d080db48e

Datei anzeigen

@ -17,7 +17,7 @@ sourceSets {
dependencies {
compile 'com.google.code.gson:gson:2.8.5'
compile "com.google.guava:guava:${guavaVersion}"
compile 'net.kyori:text:1.12-1.6.4'
compile 'net.kyori:text:1.12-1.6.5'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
compile "org.slf4j:slf4j-api:${slf4jVersion}"
compile 'com.google.inject:guice:4.2.0'
@ -86,4 +86,4 @@ publishing {
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
}
}
}
}