1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

update protocol lib to resolve command crashing (#4493)

This commit is contained in:
chris
2024-03-13 20:25:30 +01:00
committed by GitHub
parent a9467cf150
commit 39b05e284e
3 changed files with 2 additions and 17 deletions

View File

@@ -9,8 +9,8 @@ netty = "4.1.103.Final"
guava = "29.0-jre"
gson = "2.3.1" # Provided by Spigot 1.8.8
websocket = "1.5.1"
protocol = "3.0.0.Beta1-20240226.201527-125"
protocol-connection = "3.0.0.Beta1-20240226.201527-124"
protocol = "3.0.0.Beta1-20240313.120922-126"
protocol-connection = "3.0.0.Beta1-20240313.120922-125"
raknet = "1.0.0.CR1-20231206.145325-12"
blockstateupdater="1.20.70-20240303.125052-2"
mcauthlib = "d9d773e"