Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed May 30, 2022
1 parent 237761a commit 177fa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))

val vvVer = "4.3.0-1.19-pre1-SNAPSHOT"
val vbVer = "4.3.0-1.19-pre1-SNAPSHOT"
val vvVer = "4.3.0-1.19-pre3-SNAPSHOT"
val vbVer = "4.3.0-1.19-pre2-SNAPSHOT"
val vrVer = "d189537"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
Expand Down

0 comments on commit 177fa3b

Please sign in to comment.