This repository was archived by the owner on Jan 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ repositories {
6262```
6363Here is an example dependency configuration for all components:
6464``` groovy
65- implementation "com.viaversion:viaversion-common:5.2.1 "
66- implementation "com.viaversion:viabackwards-common:5.2.1 "
67- implementation "com.viaversion:viarewind-common:4.0.5 "
68- implementation "net.raphimc:ViaLegacy:3.0.7 "
69- implementation "com.viaversion:viaaprilfools-common:4.0.0 "
70- implementation "net.raphimc:ViaBedrock:0.0.14 -SNAPSHOT"
65+ implementation "com.viaversion:viaversion-common:5.3.0 "
66+ implementation "com.viaversion:viabackwards-common:5.3.0 "
67+ implementation "com.viaversion:viarewind-common:4.0.6 "
68+ implementation "net.raphimc:ViaLegacy:3.0.8 "
69+ implementation "com.viaversion:viaaprilfools-common:4.0.1 "
70+ implementation "net.raphimc:ViaBedrock:0.0.16 -SNAPSHOT"
7171```
7272
7373## Implementation
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ repositories {
5050}
5151
5252dependencies {
53- compileOnly " com.viaversion:viaversion-common:5.2.2-SNAPSHOT "
54- compileOnly " com.viaversion:viabackwards-common:5.2.2-SNAPSHOT "
55- compileOnly " com.viaversion:viarewind-common:4.0.5 "
56- compileOnly " net.raphimc:ViaLegacy:3.0.7 "
57- compileOnly " com.viaversion:viaaprilfools-common:4.0.0 "
58- compileOnly " net.raphimc:ViaBedrock:0.0.15-SNAPSHOT "
53+ compileOnly " com.viaversion:viaversion-common:5.3.0 "
54+ compileOnly " com.viaversion:viabackwards-common:5.3.0 "
55+ compileOnly " com.viaversion:viarewind-common:4.0.6 "
56+ compileOnly " net.raphimc:ViaLegacy:3.0.8 "
57+ compileOnly " com.viaversion:viaaprilfools-common:4.0.1 "
58+ compileOnly " net.raphimc:ViaBedrock:0.0.16-20250328.181745-1 "
5959 compileOnly " org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
6060
6161 api " com.google.guava:guava:33.4.6-jre"
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ org.gradle.configureondemand=true
44
55maven_group =com.viaversion
66maven_name =vialoader
7- maven_version =4.0.1-SNAPSHOT
7+ maven_version =4.0.1
You can’t perform that action at this time.
0 commit comments