1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-21 15:59:32 +00:00
Files
Geyser/common/build.gradle.kts
2022-08-10 17:39:48 -04:00

4 lines
146 B
Plaintext

dependencies {
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
api("com.google.code.gson", "gson", Versions.gsonVersion)
}