mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-21 07:49:18 +00:00
Bump Geyser, Cumulus, Events versions to fix an issue with Events
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
api("org.geysermc", "common", Versions.geyserVersion)
|
api("org.geysermc.geyser", "common", Versions.geyserVersion)
|
||||||
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
|
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
|
||||||
api("org.geysermc.event", "events", Versions.eventsVersion)
|
api("org.geysermc.event", "events", Versions.eventsVersion)
|
||||||
|
|
||||||
|
|||||||
@@ -24,9 +24,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val geyserVersion = "2.0.7-SNAPSHOT"
|
const val geyserVersion = "2.1.2-SNAPSHOT"
|
||||||
const val cumulusVersion = "1.1.1"
|
const val cumulusVersion = "1.1.2"
|
||||||
const val eventsVersion = "1.0-SNAPSHOT"
|
const val eventsVersion = "1.1-SNAPSHOT"
|
||||||
const val configUtilsVersion = "1.0-SNAPSHOT"
|
const val configUtilsVersion = "1.0-SNAPSHOT"
|
||||||
const val spigotVersion = "1.19.4-R0.1-SNAPSHOT"
|
const val spigotVersion = "1.19.4-R0.1-SNAPSHOT"
|
||||||
const val fastutilVersion = "8.5.3"
|
const val fastutilVersion = "8.5.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user