mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix Adventure version
This commit is contained in:
parent
c8a51d7834
commit
9fdbfdb0ab
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ object Versions {
|
||||||
const val mcauthlibVersion = "d9d773e"
|
const val mcauthlibVersion = "d9d773e"
|
||||||
const val mcprotocollibversion = "9f78bd5"
|
const val mcprotocollibversion = "9f78bd5"
|
||||||
const val packetlibVersion = "3.0"
|
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 adventurePlatformVersion = "4.1.2"
|
||||||
const val junitVersion = "4.13.1"
|
const val junitVersion = "4.13.1"
|
||||||
const val checkerQualVersion = "3.19.0"
|
const val checkerQualVersion = "3.19.0"
|
||||||
|
|
Loading…
Reference in a new issue