Skip to content

Commit

Permalink
0.4.18: update via
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Jul 27, 2022
1 parent 003b99b commit 37d23a9
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 @@ -38,7 +38,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra

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

val vvVer = "4.4.0-1.19.1-rc2-SNAPSHOT"
val vbVer = "4.4.0-1.19.1-pre6-SNAPSHOT"
val vvVer = "4.4.0"
val vbVer = "4.4.0"
val vrVer = "f879184"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
Expand Down

0 comments on commit 37d23a9

Please sign in to comment.