Skip to content

Commit

Permalink
update viaversion
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Nov 30, 2021
1 parent adf0085 commit 2b2f1b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra

group = "com.github.creeper123123321.viaaas"
version = "0.4.15+" + try {
version = "0.4.16+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"
Expand All @@ -58,8 +58,8 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))

val vvVer = "4.1.0-1.18-rc3-SNAPSHOT"
val vbVer = "4.1.0-1.18-pre5-SNAPSHOT"
val vvVer = "4.1.0"
val vbVer = "4.1.0"
val vrVer = "d93606d"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
Expand Down

0 comments on commit 2b2f1b3

Please sign in to comment.