update viaversion

This commit is contained in:
creeper123123321 2021-11-30 16:19:28 -03:00
parent adf0085d8a
commit 2b2f1b3251

View File

@ -39,7 +39,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra val gitVersion: groovy.lang.Closure<String> by extra
group = "com.github.creeper123123321.viaaas" group = "com.github.creeper123123321.viaaas"
version = "0.4.15+" + try { version = "0.4.16+" + try {
gitVersion() gitVersion()
} catch (e: Exception) { } catch (e: Exception) {
"unknown" "unknown"
@ -58,8 +58,8 @@ dependencies {
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect")) implementation(kotlin("reflect"))
val vvVer = "4.1.0-1.18-rc3-SNAPSHOT" val vvVer = "4.1.0"
val vbVer = "4.1.0-1.18-pre5-SNAPSHOT" val vbVer = "4.1.0"
val vrVer = "d93606d" val vrVer = "d93606d"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false } implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false } implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }