update via

This commit is contained in:
creeper123123321 2020-11-06 15:57:56 -03:00 committed by GitHub
parent e1c8553266
commit 4703f7bf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ repositories {
}
dependencies {
implementation("us.myles:viaversion:3.2.0-1.16.4-rc1")
implementation("nl.matsv:viabackwards-all:3.2.0-SNAPSHOT")
implementation("de.gerrygames:viarewind-all:1.5.2-SNAPSHOT")
implementation("us.myles:viaversion:3.2.0")
implementation("nl.matsv:viabackwards-all:3.2.0")
implementation("de.gerrygames:viarewind-all:1.5.2")
implementation("io.netty:netty-all:4.1.53.Final")
implementation("org.apache.logging.log4j:log4j-core:2.13.3")
@ -60,4 +60,4 @@ tasks {
build {
dependsOn(shadowJar)
}
}
}