3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 02:50:09 +01:00

[ci skip] sync dependency versions in paper-mojangapi with paper-api

Dieser Commit ist enthalten in:
Jason Penilla 2021-12-25 15:12:28 -08:00
Ursprung 464b1715bb
Commit e9947f8145
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0E75A301420E48F8

Datei anzeigen

@ -17,12 +17,12 @@ dependencies {
implementation(project(":paper-api")) implementation(project(":paper-api"))
api("com.mojang:brigadier:1.0.18") api("com.mojang:brigadier:1.0.18")
compileOnly("it.unimi.dsi:fastutil:8.2.2") compileOnly("it.unimi.dsi:fastutil:8.5.6")
compileOnly("org.jetbrains:annotations:18.0.0") compileOnly("org.jetbrains:annotations:23.0.0")
testImplementation("junit:junit:4.13.1") testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest-library:1.3") testImplementation("org.hamcrest:hamcrest-library:1.3")
testImplementation("org.ow2.asm:asm-tree:7.3.1") testImplementation("org.ow2.asm:asm-tree:9.2")
} }
configure<PublishingExtension> { configure<PublishingExtension> {