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-common:5.3.1 "
66- implementation "com.viaversion:viabackwards-common:5.3.1 "
65+ implementation "com.viaversion:viaversion-common:5.3.2 "
66+ implementation "com.viaversion:viabackwards-common:5.3.2 "
6767implementation "com.viaversion:viarewind-common:4.0.7"
6868implementation "net.raphimc:ViaLegacy:3.0.9"
6969implementation "com.viaversion:viaaprilfools-common:4.0.1"
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ repositories {
5050}
5151
5252dependencies {
53- compileOnly " com.viaversion:viaversion-common:5.3.1 "
54- compileOnly " com.viaversion:viabackwards-common:5.3.1 "
53+ compileOnly " com.viaversion:viaversion-common:5.3.2 "
54+ compileOnly " com.viaversion:viabackwards-common:5.3.2 "
5555 compileOnly " com.viaversion:viarewind-common:4.0.7"
5656 compileOnly " net.raphimc:ViaLegacy:3.0.9"
5757 compileOnly " com.viaversion:viaaprilfools-common:4.0.1"
You can’t perform that action at this time.
0 commit comments