1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 23:09:29 +00:00

Merge remote-tracking branch 'upstream/master' into ext-1.19.20-fixes

# Conflicts:
#	core/pom.xml
This commit is contained in:
Konicai
2022-08-09 19:24:47 -04:00
5 changed files with 9973 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ object Versions {
const val guavaVersion = "29.0-jre"
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "92d9854"
const val protocolVersion = "0bd459f"
// Not pinned to specific version due to possible gradle bug
// See comment in settings.gradle.kts
const val raknetVersion = "1.6.28-SNAPSHOT"