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

Bump Geyser, Cumulus, Events versions to fix an issue with Events

This commit is contained in:
Tim203
2023-08-15 19:00:05 +02:00
parent d1f3aae56c
commit 9c79df6fb7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
api("org.geysermc", "common", Versions.geyserVersion)
api("org.geysermc.geyser", "common", Versions.geyserVersion)
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
api("org.geysermc.event", "events", Versions.eventsVersion)

View File

@@ -24,9 +24,9 @@
*/
object Versions {
const val geyserVersion = "2.0.7-SNAPSHOT"
const val cumulusVersion = "1.1.1"
const val eventsVersion = "1.0-SNAPSHOT"
const val geyserVersion = "2.1.2-SNAPSHOT"
const val cumulusVersion = "1.1.2"
const val eventsVersion = "1.1-SNAPSHOT"
const val configUtilsVersion = "1.0-SNAPSHOT"
const val spigotVersion = "1.19.4-R0.1-SNAPSHOT"
const val fastutilVersion = "8.5.3"