File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ repositories {
6262```
6363Here is an example dependency configuration for all components:
6464``` groovy
65- implementation "com.viaversion:viaversion:5.0.2 "
66- implementation "com.viaversion:viabackwards-common:5.0.2 "
65+ implementation "com.viaversion:viaversion:5.0.3 "
66+ implementation "com.viaversion:viabackwards-common:5.0.3 "
6767implementation "com.viaversion:viarewind-common:4.0.2"
6868implementation "net.raphimc:ViaLegacy:3.0.2"
6969implementation "net.raphimc:ViaAprilFools:3.0.1"
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ repositories {
3838}
3939
4040dependencies {
41- compileOnly " com.viaversion:viaversion-common:5.0.3 -SNAPSHOT"
42- compileOnly " com.viaversion:viabackwards-common:5.0.3-SNAPSHOT "
41+ compileOnly " com.viaversion:viaversion-common:5.0.4 -SNAPSHOT"
42+ compileOnly " com.viaversion:viabackwards-common:5.0.3"
4343 compileOnly " com.viaversion:viarewind-common:4.0.2"
4444 compileOnly " net.raphimc:ViaLegacy:3.0.3-SNAPSHOT"
4545 compileOnly " net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments