File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
3838val gitVersion: groovy.lang.Closure <String > by extra
3939
4040group = " com.github.creeper123123321.viaaas"
41- version = " 0.4.17 +" + try {
41+ version = " 0.4.18 +" + try {
4242 gitVersion()
4343} catch (e: Exception ) {
4444 " unknown"
@@ -57,8 +57,8 @@ dependencies {
5757 implementation(kotlin(" stdlib-jdk8" ))
5858 implementation(kotlin(" reflect" ))
5959
60- val vvVer = " 4.4.0-1.19.1-rc2-SNAPSHOT "
61- val vbVer = " 4.4.0-1.19.1-pre6-SNAPSHOT "
60+ val vvVer = " 4.4.0"
61+ val vbVer = " 4.4.0"
6262 val vrVer = " f879184"
6363 implementation(" com.viaversion:viaversion:$vvVer " ) { isTransitive = false }
6464 implementation(" com.viaversion:viabackwards:$vbVer " ) { isTransitive = false }
You can’t perform that action at this time.
0 commit comments