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.3.2 "
66- implementation "com.viaversion:viabackwards-common:5.3.2 "
67- implementation "com.viaversion:viarewind-common:4.0.7 "
68- implementation "net.raphimc:ViaLegacy:3.0.9 "
69- implementation "com.viaversion:viaaprilfools-common:4.0.1 "
70- implementation "net.raphimc:ViaBedrock:0.0.16 -SNAPSHOT"
65+ implementation "com.viaversion:viaversion-common:5.4.0 "
66+ implementation "com.viaversion:viabackwards-common:5.4.0 "
67+ implementation "com.viaversion:viarewind-common:4.0.8 "
68+ implementation "net.raphimc:ViaLegacy:3.0.10 "
69+ implementation "com.viaversion:viaaprilfools-common:4.0.2 "
70+ implementation "net.raphimc:ViaBedrock:0.0.18 -SNAPSHOT"
7171```
7272
7373## Implementation
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ repositories {
4343}
4444
4545dependencies {
46- compileOnly " com.viaversion:viaversion-common:5.3.2 "
47- compileOnly " com.viaversion:viabackwards-common:5.3.2 "
48- compileOnly " com.viaversion:viarewind-common:4.0.7 "
49- compileOnly " net.raphimc:ViaLegacy:3.0.9 "
50- compileOnly " com.viaversion:viaaprilfools-common:4.0.1 "
51- compileOnly " net.raphimc:ViaBedrock:0.0.17-SNAPSHOT "
46+ compileOnly " com.viaversion:viaversion-common:5.4.0 "
47+ compileOnly " com.viaversion:viabackwards-common:5.4.0 "
48+ compileOnly " com.viaversion:viarewind-common:4.0.8 "
49+ compileOnly " net.raphimc:ViaLegacy:3.0.10 "
50+ compileOnly " com.viaversion:viaaprilfools-common:4.0.2 "
51+ compileOnly " net.raphimc:ViaBedrock:0.0.18-20250620.232050-1 "
5252 compileOnly " org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
5353
5454 api " com.google.guava:guava:33.4.8-jre"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ org.gradle.configuration-cache=true
55java_version =17
66maven_group =com.viaversion
77maven_name =vialoader
8- maven_version =4.0.3-SNAPSHOT
8+ maven_version =4.0.3
You can’t perform that action at this time.
0 commit comments