update via

This commit is contained in:
creeper123123321 2021-07-06 12:46:17 -03:00 committed by GitHub
parent 6b614415ac
commit 68a8895eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra
group = "com.github.creeper123123321.viaaas"
version = "0.4.6+" + try {
version = "0.4.7+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"
@ -59,8 +59,8 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
val vvVer = "4.0.1-1.17.1-rc2-SNAPSHOT"
val vbVer = "4.0.1-1.17.1-rc1-SNAPSHOT"
val vvVer = "4.0.1"
val vbVer = "4.0.1"
val vrVer = "e3f7a96"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }