File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
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:5.1.1 "
66- implementation "com.viaversion:viabackwards-common:5.1.1 "
67- implementation "com.viaversion:viarewind-common:4.0.3 "
68- implementation "net.raphimc:ViaLegacy:3.0.5 "
65+ implementation "com.viaversion:viaversion:5.2.0 "
66+ implementation "com.viaversion:viabackwards-common:5.2.0 "
67+ implementation "com.viaversion:viarewind-common:4.0.4 "
68+ implementation "net.raphimc:ViaLegacy:3.0.6 "
6969implementation "net.raphimc:viaaprilfools-common:3.0.4"
70- implementation "net.raphimc:ViaBedrock:0.0.13 -SNAPSHOT"
70+ implementation "net.raphimc:ViaBedrock:0.0.14 -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.1.1 "
54- compileOnly " com.viaversion:viabackwards-common:5.1.1 "
55- compileOnly " com.viaversion:viarewind-common:4.0.3 "
56- compileOnly " net.raphimc:ViaLegacy:3.0.5 "
53+ compileOnly " com.viaversion:viaversion-common:5.2.0 "
54+ compileOnly " com.viaversion:viabackwards-common:5.2.0 "
55+ compileOnly " com.viaversion:viarewind-common:4.0.4 "
56+ compileOnly " net.raphimc:ViaLegacy:3.0.6 "
5757 compileOnly " net.raphimc:viaaprilfools-common:3.0.4"
58- compileOnly " net.raphimc:ViaBedrock:0.0.13 -SNAPSHOT"
58+ compileOnly " net.raphimc:ViaBedrock:0.0.14 -SNAPSHOT"
5959 compileOnly " org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
6060
6161 api " com.google.guava:guava:33.3.1-jre"
You can’t perform that action at this time.
0 commit comments