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

Fix Adventure version

This commit is contained in:
Camotoy
2022-09-17 21:55:30 -04:00
parent c8a51d7834
commit 9fdbfdb0ab

View File

@@ -36,7 +36,7 @@ object Versions {
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "9f78bd5"
const val packetlibVersion = "3.0"
const val adventureVersion = "4.9.3"
const val adventureVersion = "4.12.0-20220629.025215-9"
const val adventurePlatformVersion = "4.1.2"
const val junitVersion = "4.13.1"
const val checkerQualVersion = "3.19.0"