Merge pull request #521 from PolyhedralDev/deps/cloud

Updated cloud-paper to resolve warning message
This commit is contained in:
Zoë Gidiere 2025-08-11 21:34:11 -06:00 committed by GitHub
commit b149497c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ object Versions {
const val paperDevBundle = paperBuild
const val runPaper = "2.3.1"
const val paperWeight = "2.0.0-beta.17"
const val cloud = "2.0.0-beta.10"
const val cloud = "2.0.0-beta.11"
const val multiverse = "5.0.2"
}