Update Via* libraries (Minecraft 1.21.3 support)

This commit is contained in:
FlorianMichael 2024-10-27 03:00:28 +01:00
parent 5293e39c58
commit 1fd84cbf95
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
</div> </div>
## Supported Server versions ## Supported Server versions
- Release (1.0.0 - 1.21.1) - Release (1.0.0 - 1.21.3)
- Beta (b1.0 - b1.8.1) - Beta (b1.0 - b1.8.1)
- Alpha (a1.0.15 - a1.2.6) - Alpha (a1.0.15 - a1.2.6)
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension)) - Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))

View File

@ -53,14 +53,14 @@ allprojects {
// For common source code // For common source code
compileOnly "io.netty:netty-all:4.1.114.Final" compileOnly "io.netty:netty-all:4.1.114.Final"
library "com.viaversion:viaversion-common:5.0.5" library "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
library "com.viaversion:viabackwards-common:5.0.4" library "com.viaversion:viabackwards-common:5.1.1-SNAPSHOT"
library "com.viaversion:viarewind-common:4.0.3" library "com.viaversion:viarewind-common:4.0.3"
library ("net.raphimc:ViaLegacy:3.0.4-SNAPSHOT") { library ("net.raphimc:ViaLegacy:3.0.5-SNAPSHOT") {
exclude group: "com.google.code.gson", module: "gson" exclude group: "com.google.code.gson", module: "gson"
} }
library "net.raphimc:viaaprilfools-common:3.0.3-SNAPSHOT" library "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
library ("net.raphimc:ViaLoader:3.0.4-SNAPSHOT") { library ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
exclude group: "com.google.guava" exclude group: "com.google.guava"
exclude group: "org.slf4j" exclude group: "org.slf4j"
} }