mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-23 12:15:30 +01:00
Update Via* libraries
This commit is contained in:
parent
5515f507fa
commit
4c441f8793
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user