Skip to content

Commit

Permalink
Update Via* libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jun 27, 2024
1 parent 5515f50 commit 4c441f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))

val vvVer = "5.0.1-SNAPSHOT"
val vbVer = "5.0.1-SNAPSHOT"
val vrVer = "4.0.0"
val vvVer = "5.0.2-SNAPSHOT"
val vbVer = "5.0.2-SNAPSHOT"
val vrVer = "4.0.1-SNAPSHOT"
implementation("com.viaversion:viaversion-common:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards-common:$vbVer") { isTransitive = false }
implementation("com.viaversion:viarewind-common:$vrVer") { isTransitive = false }
implementation("net.raphimc:ViaAprilFools:3.0.1-SNAPSHOT")
implementation("net.raphimc:ViaLegacy:3.0.1-SNAPSHOT")
implementation("net.raphimc:ViaLegacy:3.0.2-SNAPSHOT")

val nettyVer = "4.1.111.Final"
implementation("io.netty:netty-handler-proxy:$nettyVer")
Expand Down

0 comments on commit 4c441f8

Please sign in to comment.