From fe66dc686eb460ee6070e9ec0b436d25dc8f2235 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sat, 21 Aug 2021 11:55:23 -0300 Subject: [PATCH] 0.4.12, update viarewind --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26f8f0e..d651e67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11" val gitVersion: groovy.lang.Closure by extra group = "com.github.creeper123123321.viaaas" -version = "0.4.11+" + try { +version = "0.4.12+" + try { gitVersion() } catch (e: Exception) { "unknown" @@ -62,7 +62,7 @@ dependencies { val vvVer = "4.0.2-SNAPSHOT" val vbVer = "4.0.2-SNAPSHOT" - val vrVer = "18448b0fef" + val vrVer = "f2d2de0a72" implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false } implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false } implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false }