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

Update cloud (#505)

This commit is contained in:
chris
2024-05-06 12:04:58 +02:00
committed by GitHub
parent a44e3a5df8
commit 41c42ed3bb
4 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,8 @@ object Versions {
const val guiceVersion = "6.0.0"
const val nettyVersion = "4.1.49.Final"
const val snakeyamlVersion = "1.28"
const val cloudVersion = "2.0.0-beta.2"
// TODO move to cloud release once those have 1.20.5 support
const val cloudVersion = "2.0.0-20240503.183307-62" // for cloud-minecraft
const val bstatsVersion = "3.0.2"
const val javaWebsocketVersion = "1.5.2"