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.4.2 "
66- implementation "com.viaversion:viabackwards-common:5.4.2 "
67- implementation "com.viaversion:viarewind-common:4.0.9 "
68- implementation "net.raphimc:ViaLegacy:3.0.10 "
69- implementation "com.viaversion:viaaprilfools-common:4.0.3 "
70- implementation "net.raphimc:ViaBedrock:0.0.20 -SNAPSHOT"
65+ implementation "com.viaversion:viaversion-common:5.5.0 "
66+ implementation "com.viaversion:viabackwards-common:5.5.0 "
67+ implementation "com.viaversion:viarewind-common:4.0.10 "
68+ implementation "net.raphimc:ViaLegacy:3.0.11 "
69+ implementation "com.viaversion:viaaprilfools-common:4.0.4 "
70+ implementation "net.raphimc:ViaBedrock:0.0.22 -SNAPSHOT"
7171```
7272
7373## Implementation
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ repositories {
6161}
6262
6363dependencies {
64- compileOnly " com.viaversion:viaversion-common:5.5.0-SNAPSHOT "
65- compileOnly " com.viaversion:viabackwards-common:5.4.2 "
66- compileOnly " com.viaversion:viarewind-common:4.0.9 "
67- compileOnly " net.raphimc:ViaLegacy:3.0.10 "
68- compileOnly " com.viaversion:viaaprilfools-common:4.0.3 "
69- compileOnly " net.raphimc:ViaBedrock:0.0.21 -SNAPSHOT"
64+ compileOnly " com.viaversion:viaversion-common:5.5.0"
65+ compileOnly " com.viaversion:viabackwards-common:5.5.0 "
66+ compileOnly " com.viaversion:viarewind-common:4.0.10 "
67+ compileOnly " net.raphimc:ViaLegacy:3.0.11 "
68+ compileOnly " com.viaversion:viaaprilfools-common:4.0.4 "
69+ compileOnly " net.raphimc:ViaBedrock:0.0.22 -SNAPSHOT"
7070 compileOnly " org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
7171
7272 api " com.google.guava:guava:33.5.0-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.5-SNAPSHOT
8+ maven_version =4.0.5
You can’t perform that action at this time.
0 commit comments