File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.1 "
66- implementation "com.viaversion:viabackwards-common:5.4.1 "
65+ implementation "com.viaversion:viaversion-common:5.4.2 "
66+ implementation "com.viaversion:viabackwards-common:5.4.2 "
6767implementation "com.viaversion:viarewind-common:4.0.8"
6868implementation "net.raphimc:ViaLegacy:3.0.10"
6969implementation "com.viaversion:viaaprilfools-common:4.0.3"
70- implementation "net.raphimc:ViaBedrock:0.0.18 -SNAPSHOT"
70+ implementation "net.raphimc:ViaBedrock:0.0.20 -SNAPSHOT"
7171```
7272
7373## Implementation
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ repositories {
4343}
4444
4545dependencies {
46- compileOnly " com.viaversion:viaversion-common:5.4.1 "
47- compileOnly " com.viaversion:viabackwards-common:5.4.1 "
46+ compileOnly " com.viaversion:viaversion-common:5.4.2 "
47+ compileOnly " com.viaversion:viabackwards-common:5.4.2 "
4848 compileOnly " com.viaversion:viarewind-common:4.0.8"
4949 compileOnly " net.raphimc:ViaLegacy:3.0.10"
5050 compileOnly " com.viaversion:viaaprilfools-common:4.0.3"
You can’t perform that action at this time.
0 commit comments