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

Removed config holder and changed a few things

This commit is contained in:
Tim203
2022-07-03 22:03:52 +02:00
parent 69aacfa91b
commit 1815613be6
18 changed files with 99 additions and 232 deletions

View File

@@ -29,7 +29,7 @@ object Versions {
const val configUtilsVersion = "1.0-SNAPSHOT"
const val spigotVersion = "1.13-R0.1-SNAPSHOT"
const val fastutilVersion = "8.5.3"
const val guiceVersion = "5.0.1"
const val guiceVersion = "5.1.0"
const val nettyVersion = "4.1.49.Final"
const val snakeyamlVersion = "1.28"
const val cloudVersion = "1.5.0"